Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c672 char pacl_pl[MLXSW_REG_PACL_LEN]; in mlxsw_sp_acl_tcam_region_enable() local
674 mlxsw_reg_pacl_pack(pacl_pl, region->id, true, in mlxsw_sp_acl_tcam_region_enable()
676 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_enable()
683 char pacl_pl[MLXSW_REG_PACL_LEN]; in mlxsw_sp_acl_tcam_region_disable() local
685 mlxsw_reg_pacl_pack(pacl_pl, region->id, false, in mlxsw_sp_acl_tcam_region_disable()
687 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_disable()