Lines Matching refs:rx_packets
120 u64 rx_packets;745 unsigned int rx_packets = 0;747 while (rx_packets < budget) {816 rx_packets++;826 net->stats.rx_packets += rx_packets;831 if (rx_packets >= budget)834 napi_complete_done(napi, rx_packets);838 return rx_packets;1152 stats->rx_packets = net->stats.rx_packets;