Lines Matching refs:total_rx_packets
2327 * @total_rx_packets: number of packets received
2333 unsigned int total_rx_packets)
2336 rx_ring->stats.packets += total_rx_packets;
2339 rx_ring->q_vector->rx.total_packets += total_rx_packets;
2443 unsigned int total_rx_bytes = 0, total_rx_packets = 0;
2455 while (likely(total_rx_packets < (unsigned int)budget)) {
2577 total_rx_packets++;
2588 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets);
2590 *rx_cleaned = total_rx_packets;
2593 return failure ? budget : (int)total_rx_packets;