Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c509 struct mlxsw_sp_acl_tcam_vregion *vregion2; in mlxsw_sp_acl_tcam_vgroup_vregion_attach() local
515 vregion2 = list_entry(pos, typeof(*vregion2), list); in mlxsw_sp_acl_tcam_vgroup_vregion_attach()
516 if (mlxsw_sp_acl_tcam_vregion_prio(vregion2) > priority) in mlxsw_sp_acl_tcam_vgroup_vregion_attach()
551 struct mlxsw_sp_acl_tcam_vregion *vregion, *vregion2; in mlxsw_sp_acl_tcam_vgroup_vregion_find() local
562 vregion2 = list_entry(pos->next, typeof(*vregion2), in mlxsw_sp_acl_tcam_vgroup_vregion_find()
565 mlxsw_sp_acl_tcam_vregion_prio(vregion2)) in mlxsw_sp_acl_tcam_vgroup_vregion_find()