Searched refs:pacl_pl (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_tcam.c | 613 char pacl_pl[MLXSW_REG_PACL_LEN]; in mlxsw_sp_acl_tcam_region_enable() local 615 mlxsw_reg_pacl_pack(pacl_pl, region->id, true, in mlxsw_sp_acl_tcam_region_enable() 617 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_enable() 624 char pacl_pl[MLXSW_REG_PACL_LEN]; in mlxsw_sp_acl_tcam_region_disable() local 626 mlxsw_reg_pacl_pack(pacl_pl, region->id, false, in mlxsw_sp_acl_tcam_region_disable() 628 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_disable()
|