Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dmlxsw.h40 TP_ARGS(mlxsw_sp, vregion),
44 __field(const void *, vregion)
49 __entry->vregion = vregion;
60 TP_ARGS(mlxsw_sp, vregion),
64 __field(const void *, vregion)
69 __entry->vregion = vregion;
80 TP_ARGS(mlxsw_sp, vregion),
84 __field(const void *, vregion)
89 __entry->vregion = vregion;
100 TP_ARGS(mlxsw_sp, vregion),
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c220 list_next_entry(region, list)->vregion == region->vregion) in mlxsw_sp_acl_tcam_group_update()
497 vregion = list_entry(pos, typeof(*vregion), list); in mlxsw_sp_acl_tcam_vgroup_vregion_find()
645 region->vregion = vregion; in mlxsw_sp_acl_tcam_region_create()
781 vregion = kzalloc(sizeof(*vregion), GFP_KERNEL); in mlxsw_sp_acl_tcam_vregion_create()
782 if (!vregion) in mlxsw_sp_acl_tcam_vregion_create()
869 if (vregion) { in mlxsw_sp_acl_tcam_vregion_get()
957 vchunk->vregion = vregion; in mlxsw_sp_acl_tcam_vchunk_create()
1124 vregion = vchunk->vregion; in mlxsw_sp_acl_tcam_ventry_add()
1369 swap(vregion->region, vregion->region2); in mlxsw_sp_acl_tcam_vregion_migrate()
1418 vregion->region2 = vregion->region; in mlxsw_sp_acl_tcam_vregion_rehash_start()
[all …]
H A Dspectrum_acl_tcam.h78 struct mlxsw_sp_acl_tcam_vregion *vregion; member
/linux-6.15/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1256 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1264 self.vregion = vregion
1277 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1283 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))