Home
last modified time | relevance | path

Searched refs:pacl_pl (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c650 char pacl_pl[MLXSW_REG_PACL_LEN]; in mlxsw_sp_acl_tcam_region_enable() local
652 mlxsw_reg_pacl_pack(pacl_pl, region->id, true, in mlxsw_sp_acl_tcam_region_enable()
654 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_enable()
661 char pacl_pl[MLXSW_REG_PACL_LEN]; in mlxsw_sp_acl_tcam_region_disable() local
663 mlxsw_reg_pacl_pack(pacl_pl, region->id, false, in mlxsw_sp_acl_tcam_region_disable()
665 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_disable()