Lines Matching defs:packets
40 /* Amount of XDP headroom to prepend to packets for use by xdp_adjust_head */
78 u64 packets;
87 u64 packets;
101 { "packets", VIRTNET_SQ_STAT(packets) },
109 { "packets", VIRTNET_RQ_STAT(packets) },
201 /* I like... big packets and I cannot lie! */
204 /* Host will merge rx buffers for big packets (shake it! shake it!) */
302 * private is used to chain pages for big packets, put the whole
556 int packets = 0;
592 packets++;
613 sq->stats.packets += packets;
636 * at most queue size packets.
638 * XDP should preclude the underlying device from sending packets
899 * in-flight packets from before XDP was enabled reach
913 * happen for the first several packets, so we don't
1308 * before we're receiving packets, or from refill_work which is
1353 * won't get another interrupt, so process any outstanding packets now.
1419 while (stats.packets < budget &&
1422 stats.packets++;
1425 while (stats.packets < budget &&
1428 stats.packets++;
1451 return stats.packets;
1457 unsigned int packets = 0;
1475 packets++;
1478 /* Avoid overhead when no packets have been processed
1481 if (!packets)
1486 sq->stats.packets += packets;
1535 /* Out of packets? */
1716 /* If running out of space, stop queue to avoid getting packets that we
1723 * Since most packets only take 1 or 2 ring slots, stopping the queue
1855 tpackets = sq->stats.packets;
1861 rpackets = rq->stats.packets;
2169 /* TODO: Eliminate OOO packets during switching */
3146 /* If we can receive ANY GSO packets, we must allocate large ones. */