Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c116 struct list_head vregion_list; member
280 INIT_LIST_HEAD(&vgroup->vregion_list); in mlxsw_sp_acl_tcam_vgroup_add()
303 WARN_ON(!list_empty(&vgroup->vregion_list)); in mlxsw_sp_acl_tcam_vgroup_del()
372 if (list_empty(&vgroup->vregion_list)) in mlxsw_sp_acl_tcam_vgroup_prio_update()
374 vregion = list_first_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update()
377 vregion = list_last_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update()
455 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_attach()
496 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_find()
502 if (pos->next != &vgroup->vregion_list) { /* not last */ in mlxsw_sp_acl_tcam_vgroup_vregion_find()
815 list_add_tail(&vregion->tlist, &tcam->vregion_list); in mlxsw_sp_acl_tcam_vregion_create()
[all …]
H A Dspectrum_acl_tcam.h22 struct list_head vregion_list; member