Searched refs:vregion_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 111 struct list_head vregion_list; member 275 INIT_LIST_HEAD(&vgroup->vregion_list); in mlxsw_sp_acl_tcam_vgroup_add() 298 WARN_ON(!list_empty(&vgroup->vregion_list)); in mlxsw_sp_acl_tcam_vgroup_del() 367 if (list_empty(&vgroup->vregion_list)) in mlxsw_sp_acl_tcam_vgroup_prio_update() 369 vregion = list_first_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update() 372 vregion = list_last_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update() 450 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_attach() 491 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_find() 497 if (pos->next != &vgroup->vregion_list) { /* not last */ in mlxsw_sp_acl_tcam_vgroup_vregion_find() 797 list_add_tail(&vregion->tlist, &tcam->vregion_list); in mlxsw_sp_acl_tcam_vregion_create() [all...] |
H A D | spectrum_acl_tcam.h | 21 struct list_head vregion_list; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 112 struct list_head vregion_list; member 276 INIT_LIST_HEAD(&vgroup->vregion_list); in mlxsw_sp_acl_tcam_vgroup_add() 299 WARN_ON(!list_empty(&vgroup->vregion_list)); in mlxsw_sp_acl_tcam_vgroup_del() 368 if (list_empty(&vgroup->vregion_list)) in mlxsw_sp_acl_tcam_vgroup_prio_update() 370 vregion = list_first_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update() 373 vregion = list_last_entry(&vgroup->vregion_list, in mlxsw_sp_acl_tcam_vgroup_prio_update() 451 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_attach() 492 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_find() 498 if (pos->next != &vgroup->vregion_list) { /* not last */ in mlxsw_sp_acl_tcam_vgroup_vregion_find() 798 list_add_tail(&vregion->tlist, &tcam->vregion_list); in mlxsw_sp_acl_tcam_vregion_create() [all...] |
H A D | spectrum_acl_tcam.h | 21 struct list_head vregion_list; member
|
Completed in 6 milliseconds