Searched refs:pacl_pl (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_tcam.c | 669 char pacl_pl[MLXSW_REG_PACL_LEN]; in mlxsw_sp_acl_tcam_region_enable() local 671 mlxsw_reg_pacl_pack(pacl_pl, region->id, true, in mlxsw_sp_acl_tcam_region_enable() 673 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_enable() 680 char pacl_pl[MLXSW_REG_PACL_LEN]; in mlxsw_sp_acl_tcam_region_disable() local 682 mlxsw_reg_pacl_pack(pacl_pl, region->id, false, in mlxsw_sp_acl_tcam_region_disable() 684 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_disable()
|