tc_stats 726 drivers/net/ethernet/intel/i40e/i40e.h struct i40e_veb_tc_stats tc_stats; tc_stats 270 drivers/net/ethernet/intel/i40e/i40e_ethtool.c I40E_VEB_STAT("veb.tc_%u_tx_packets", tc_stats.tc_tx_packets), tc_stats 271 drivers/net/ethernet/intel/i40e/i40e_ethtool.c I40E_VEB_STAT("veb.tc_%u_tx_bytes", tc_stats.tc_tx_bytes), tc_stats 272 drivers/net/ethernet/intel/i40e/i40e_ethtool.c I40E_VEB_STAT("veb.tc_%u_rx_packets", tc_stats.tc_rx_packets), tc_stats 273 drivers/net/ethernet/intel/i40e/i40e_ethtool.c I40E_VEB_STAT("veb.tc_%u_rx_bytes", tc_stats.tc_rx_bytes), tc_stats 538 drivers/net/ethernet/intel/i40e/i40e_main.c memset(&pf->veb[i]->tc_stats, 0, tc_stats 539 drivers/net/ethernet/intel/i40e/i40e_main.c sizeof(pf->veb[i]->tc_stats)); tc_stats 698 drivers/net/ethernet/intel/i40e/i40e_main.c veb_es = &veb->tc_stats; tc_stats 28 include/net/gen_stats.h struct tc_stats tc_stats; tc_stats 173 net/core/gen_stats.c d->tc_stats.bytes = bstats.bytes; tc_stats 174 net/core/gen_stats.c d->tc_stats.packets = bstats.packets; tc_stats 263 net/core/gen_stats.c d->tc_stats.bps = est.bps; tc_stats 264 net/core/gen_stats.c d->tc_stats.pps = est.pps; tc_stats 341 net/core/gen_stats.c d->tc_stats.drops = qstats.drops; tc_stats 342 net/core/gen_stats.c d->tc_stats.qlen = qstats.qlen; tc_stats 343 net/core/gen_stats.c d->tc_stats.backlog = qstats.backlog; tc_stats 344 net/core/gen_stats.c d->tc_stats.overlimits = qstats.overlimits; tc_stats 412 net/core/gen_stats.c if (gnet_stats_copy(d, d->compat_tc_stats, &d->tc_stats, tc_stats 413 net/core/gen_stats.c sizeof(d->tc_stats), d->padattr) < 0)