Home
last modified time | relevance | path

Searched refs:tc_stats (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dgen_stats.c43 * @tc_stats_type: TLV type for backward compatibility struct tc_stats TLV
54 * all gnet_stats_copy_XXX() functions to fill a local copy of struct tc_stats.
172 d->tc_stats.bytes = bstats.bytes; in ___gnet_stats_copy_basic()
173 d->tc_stats.packets = bstats.packets; in ___gnet_stats_copy_basic()
267 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est()
268 d->tc_stats.pps = est.pps; in gnet_stats_copy_rate_est()
345 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
346 d->tc_stats.qlen = qstats.qlen; in gnet_stats_copy_queue()
347 d->tc_stats.backlog = qstats.backlog; in gnet_stats_copy_queue()
348 d->tc_stats in gnet_stats_copy_queue()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dgen_stats.c43 * @tc_stats_type: TLV type for backward compatibility struct tc_stats TLV
54 * all gnet_stats_copy_XXX() functions to fill a local copy of struct tc_stats.
221 d->tc_stats.bytes = bstats_bytes; in ___gnet_stats_copy_basic()
222 d->tc_stats.packets = bstats_packets; in ___gnet_stats_copy_basic()
322 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est()
323 d->tc_stats.pps = est.pps; in gnet_stats_copy_rate_est()
397 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
398 d->tc_stats.qlen = qstats.qlen; in gnet_stats_copy_queue()
399 d->tc_stats.backlog = qstats.backlog; in gnet_stats_copy_queue()
400 d->tc_stats in gnet_stats_copy_queue()
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dgen_stats.h37 struct tc_stats tc_stats; member
/kernel/linux/linux-5.10/include/net/
H A Dgen_stats.h34 struct tc_stats tc_stats; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dpkt_sched.h16 struct tc_stats { struct
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dpkt_sched.h33 struct tc_stats { struct
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpkt_sched.h34 struct tc_stats { struct
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dpkt_sched.h34 struct tc_stats { struct
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dpkt_sched.h33 struct tc_stats { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dpkt_sched.h30 struct tc_stats { struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dpkt_sched.h30 struct tc_stats { struct
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e.h730 struct i40e_veb_tc_stats tc_stats; member
H A Di40e_main.c549 memset(&pf->veb[i]->tc_stats, 0, in i40e_pf_reset_stats()
550 sizeof(pf->veb[i]->tc_stats)); in i40e_pf_reset_stats()
782 veb_es = &veb->tc_stats; in i40e_update_veb_stats()
H A Di40e_ethtool.c2228 * @tc: the TC statistics in VEB structure (veb->tc_stats)
2229 * @i: the index of traffic class in (veb->tc_stats) structure to copy
2231 * Copy VEB TC statistics from structure of arrays (veb->tc_stats) to
2335 i40e_get_veb_tc_stats(&veb->tc_stats, i); in i40e_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e.h839 struct i40e_veb_tc_stats tc_stats; member
H A Di40e_main.c552 memset(&pf->veb[i]->tc_stats, 0, in i40e_pf_reset_stats()
553 sizeof(pf->veb[i]->tc_stats)); in i40e_pf_reset_stats()
785 veb_es = &veb->tc_stats; in i40e_update_veb_stats()
H A Di40e_ethtool.c2330 * @tc: the TC statistics in VEB structure (veb->tc_stats)
2331 * @i: the index of traffic class in (veb->tc_stats) structure to copy
2333 * Copy VEB TC statistics from structure of arrays (veb->tc_stats) to
2437 i40e_get_veb_tc_stats(&veb->tc_stats, i); in i40e_get_ethtool_stats()

Completed in 71 milliseconds