Lines Matching defs:bytes
363 * count the bytes sent.
719 v->rx_ring.stats.bytes,
900 tx_ring->stats.bytes += tx_byte_cnt;
1247 rx_ring->stats.bytes += rx_byte_cnt;
1655 rx_ring->stats.bytes += rx_byte_cnt;
2804 unsigned long packets = 0, bytes = 0;
2810 bytes += priv->rx_ring[i]->stats.bytes;
2814 stats->rx_bytes = bytes;
2815 bytes = 0;
2820 bytes += priv->tx_ring[i]->stats.bytes;
2825 stats->tx_bytes = bytes;