Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c44 INIT_LIST_HEAD(&tcam->vregion_list); in mlxsw_sp_acl_tcam_init()
172 struct list_head vregion_list; member
336 INIT_LIST_HEAD(&vgroup->vregion_list); in mlxsw_sp_acl_tcam_vgroup_add()
359 WARN_ON(!list_empty(&vgroup->vregion_list)); in mlxsw_sp_acl_tcam_vgroup_del()
428 if (list_empty(&vgroup->vregion_list)) in mlxsw_sp_acl_tcam_vgroup_prio_update()
430 vregion = list_first_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update()
433 vregion = list_last_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update()
511 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_attach()
552 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_find()
558 if (pos->next != &vgroup->vregion_list) { /* not last */ in mlxsw_sp_acl_tcam_vgroup_vregion_find()
[all …]
Dspectrum_acl_tcam.h21 struct list_head vregion_list; member