Searched refs:pagt_pl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 206 char pagt_pl[MLXSW_REG_PAGT_LEN]; in mlxsw_sp_acl_tcam_group_update() local 209 mlxsw_reg_pagt_pack(pagt_pl, group->id); in mlxsw_sp_acl_tcam_group_update() 217 mlxsw_reg_pagt_acl_id_pack(pagt_pl, acl_index++, in mlxsw_sp_acl_tcam_group_update() 220 mlxsw_reg_pagt_size_set(pagt_pl, acl_index); in mlxsw_sp_acl_tcam_group_update() 221 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pagt), pagt_pl); in mlxsw_sp_acl_tcam_group_update()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 207 char pagt_pl[MLXSW_REG_PAGT_LEN]; in mlxsw_sp_acl_tcam_group_update() local 210 mlxsw_reg_pagt_pack(pagt_pl, group->id); in mlxsw_sp_acl_tcam_group_update() 218 mlxsw_reg_pagt_acl_id_pack(pagt_pl, acl_index++, in mlxsw_sp_acl_tcam_group_update() 221 mlxsw_reg_pagt_size_set(pagt_pl, acl_index); in mlxsw_sp_acl_tcam_group_update() 222 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pagt), pagt_pl); in mlxsw_sp_acl_tcam_group_update()
|
Completed in 7 milliseconds