Lines Matching defs:bytes
85 u64_stats_t bytes;
95 u64_stats_t bytes;
109 { "bytes", VIRTNET_SQ_STAT(bytes) },
118 { "bytes", VIRTNET_RQ_STAT(bytes) },
764 unsigned int bytes = 0;
773 bytes += skb->len;
778 bytes += xdp_get_frame_len(frame);
791 u64_stats_add(&sq->stats.bytes, bytes);
936 int bytes = 0;
962 bytes += xdp_get_frame_len(frame);
967 bytes += skb->len;
991 u64_stats_add(&sq->stats.bytes, bytes);
1269 u64_stats_add(&stats->bytes, len);
1314 u64_stats_add(&stats->bytes, len - vi->hdr_len);
1342 u64_stats_add(&stats->bytes, len);
1452 u64_stats_add(&stats->bytes, len);
1641 u64_stats_add(&stats->bytes, len - vi->hdr_len);
1682 u64_stats_add(&stats->bytes, len);
2328 /* Pull header back to avoid skew in tx bytes calculations. */
2573 tbytes = u64_stats_read(&sq->stats.bytes);
2580 rbytes = u64_stats_read(&rq->stats.bytes);