Searched refs:tc_stats (Results 1 – 6 of 6) sorted by relevance
43 * @tc_stats_type: TLV type for backward compatibility struct tc_stats TLV54 * all gnet_stats_copy_XXX() functions to fill a local copy of struct tc_stats.220 d->tc_stats.bytes = bstats_bytes; in ___gnet_stats_copy_basic() 221 d->tc_stats.packets = bstats_packets; in ___gnet_stats_copy_basic() 321 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est() 322 d->tc_stats.pps = est.pps; in gnet_stats_copy_rate_est() 396 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue() 397 d->tc_stats.qlen = qstats.qlen; in gnet_stats_copy_queue() 398 d->tc_stats.backlog = qstats.backlog; in gnet_stats_copy_queue() 399 d->tc_stats in gnet_stats_copy_queue() [all...]
37 struct tc_stats tc_stats; member
62 Prior users of struct tc_stats and xstats can maintain backward75 A struct tc_stats will be filled out during gnet_stats_copy_* calls
33 struct tc_stats { struct
810 struct i40e_veb_tc_stats tc_stats; member
577 memset(&veb->tc_stats, 0, sizeof(veb->tc_stats)); in i40e_pf_reset_stats() 800 veb_es = &veb->tc_stats; in i40e_update_veb_stats()