Lines Matching refs:rx_packets
124 u64 rx_packets;807 unsigned int rx_packets = 0;809 while (rx_packets < budget) {883 rx_packets++;894 net->stats.rx_packets += rx_packets;899 if (rx_packets >= budget)902 napi_complete_done(napi, rx_packets);906 return rx_packets;1248 stats->rx_packets = net->stats.rx_packets;