Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/
H A Dqos_tracepoint.h18 __field(unsigned int, tsar_ix)
34 __field(unsigned int, tsar_ix)
65 unsigned int tsar_ix),
66 TP_ARGS(dev, group, tsar_ix),
73 __entry->tsar_ix = tsar_ix;
83 unsigned int tsar_ix),
84 TP_ARGS(dev, group, tsar_ix)
90 unsigned int tsar_ix),
91 TP_ARGS(dev, group, tsar_ix)
101 __field(unsigned int, tsar_ix)
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst115 …18] .... 73136.838831: mlx5_esw_vport_qos_create: (0000:82:00.0) vport=2 tsar_ix=4 bw_share=0, max…
122 …23] .... 75754.223823: mlx5_esw_vport_qos_config: (0000:82:00.0) vport=1 tsar_ix=3 bw_share=34, ma…
129 …<...>-27418 [004] .... 76546.680901: mlx5_esw_vport_qos_destroy: (0000:82:00.0) vport=1 tsar_ix=3
136 …[008] .... 75776.022112: mlx5_esw_group_qos_create: (0000:82:00.0) group=000000008dac63ea tsar_ix=5
143 …455356: mlx5_esw_group_qos_config: (0000:82:00.0) group=000000008dac63ea tsar_ix=5 bw_share=100 ma…
150 …006] .... 76547.187258: mlx5_esw_group_qos_destroy: (0000:82:00.0) group=000000007b576bb3 tsar_ix=1
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c17 u32 tsar_ix; member
25 u32 tsar_ix, u32 max_rate, u32 bw_share) in esw_qos_tsar_config() argument
40 tsar_ix, in esw_qos_tsar_config()
52 group->tsar_ix, in esw_qos_group_config()
57 trace_mlx5_esw_group_qos_config(dev, group, group->tsar_ix, bw_share, max_rate); in esw_qos_group_config()
347 parent_tsar_ix = group ? group->tsar_ix : esw->qos.root_tsar_ix; in esw_qos_vport_create_sched_element()
464 &group->tsar_ix); in __esw_qos_create_rate_group()
480 trace_mlx5_esw_group_qos_create(esw->dev, group, group->tsar_ix); in __esw_qos_create_rate_group()
488 group->tsar_ix)) in __esw_qos_create_rate_group()
534 group->tsar_ix); in __esw_qos_destroy_rate_group()
[all …]