Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dmlxsw.h38 const struct mlxsw_sp_acl_tcam_vregion *vregion),
40 TP_ARGS(mlxsw_sp, vregion),
44 __field(const void *, vregion)
49 __entry->vregion = vregion;
53 __entry->mlxsw_sp, __entry->vregion)
58 const struct mlxsw_sp_acl_tcam_vregion *vregion),
60 TP_ARGS(mlxsw_sp, vregion),
64 __field(const void *, vregion)
69 __entry->vregion = vregion;
73 __entry->mlxsw_sp, __entry->vregion)
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c239 struct mlxsw_sp_acl_tcam_vregion *vregion; member
277 list_next_entry(region, list)->vregion == region->vregion) in mlxsw_sp_acl_tcam_group_update()
395 mlxsw_sp_acl_tcam_vregion_prio(struct mlxsw_sp_acl_tcam_vregion *vregion) in mlxsw_sp_acl_tcam_vregion_prio() argument
399 if (list_empty(&vregion->vchunk_list)) in mlxsw_sp_acl_tcam_vregion_prio()
402 vchunk = list_first_entry(&vregion->vchunk_list, in mlxsw_sp_acl_tcam_vregion_prio()
408 mlxsw_sp_acl_tcam_vregion_max_prio(struct mlxsw_sp_acl_tcam_vregion *vregion) in mlxsw_sp_acl_tcam_vregion_max_prio() argument
412 if (list_empty(&vregion->vchunk_list)) in mlxsw_sp_acl_tcam_vregion_max_prio()
414 vchunk = list_last_entry(&vregion->vchunk_list, in mlxsw_sp_acl_tcam_vregion_max_prio()
445 if (mlxsw_sp_acl_tcam_vregion_prio(region2->vregion) > in mlxsw_sp_acl_tcam_group_region_attach()
484 struct mlxsw_sp_acl_tcam_vregion *vregion, in mlxsw_sp_acl_tcam_vgroup_vregion_attach() argument
[all …]
Dspectrum_acl_tcam.h81 struct mlxsw_sp_acl_tcam_vregion *vregion; member