Lines Matching defs:bytes
153 /* Ensure pending bytes in ring are read */
385 unsigned long bytes;
387 bytes = HV_HYP_PAGE_SIZE - offset;
388 if (bytes > len)
389 bytes = len;
392 pb[j].len = bytes;
394 offset += bytes;
395 len -= bytes;
937 rx_stats->bytes += nvchan->rsc.pktlen;
1334 u64 packets, bytes;
1341 bytes = stats->bytes;
1344 this_tot->tx_bytes += bytes;
1351 bytes = stats->bytes;
1354 this_tot->rx_bytes += bytes;
1385 u64 packets, bytes, multicast;
1392 bytes = stats->bytes;
1395 t->tx_bytes += bytes;
1402 bytes = stats->bytes;
1406 t->rx_bytes += bytes;
1490 /* statistics per queue (rx/tx packets/bytes) */
1493 /* 5 statistics per queue (rx/tx packets/bytes, rx xdp_drop) */
1525 u64 packets, bytes;
1545 bytes = qstats->bytes;
1548 data[i++] = bytes;
1554 bytes = qstats->bytes;
1558 data[i++] = bytes;