Lines Matching defs:bytes
155 /* Ensure pending bytes in ring are read */
337 unsigned long bytes;
339 bytes = HV_HYP_PAGE_SIZE - offset;
340 if (bytes > len)
341 bytes = len;
344 pb[j].len = bytes;
346 offset += bytes;
347 len -= bytes;
922 rx_stats->bytes += nvchan->rsc.pktlen;
1320 u64 packets, bytes;
1327 bytes = tx_stats->bytes;
1330 this_tot->tx_bytes += bytes;
1337 bytes = rx_stats->bytes;
1340 this_tot->rx_bytes += bytes;
1372 u64 packets, bytes, multicast;
1379 bytes = tx_stats->bytes;
1382 t->tx_bytes += bytes;
1389 bytes = rx_stats->bytes;
1393 t->rx_bytes += bytes;
1477 /* statistics per queue (rx/tx packets/bytes) */
1480 /* 8 statistics per queue (rx/tx packets/bytes, XDP actions) */
1513 u64 packets, bytes;
1536 bytes = tx_stats->bytes;
1540 data[i++] = bytes;
1547 bytes = rx_stats->bytes;
1553 data[i++] = bytes;