Home
last modified time | relevance | path

Searched refs:total_rx_packets (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c408 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local
426 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc()
481 total_rx_packets += rx_packets; in i40e_clean_rx_irq_zc()
495 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc()
503 return (int)total_rx_packets; in i40e_clean_rx_irq_zc()
505 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
H A Di40e_txrx_common.h17 unsigned int total_rx_packets);
H A Di40e_txrx.c2327 * @total_rx_packets: number of packets received
2333 unsigned int total_rx_packets) in i40e_update_rx_stats() argument
2336 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats()
2339 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
2443 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2455 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2577 total_rx_packets++; in i40e_clean_rx_irq()
2588 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2590 *rx_cleaned = total_rx_packets; in i40e_clean_rx_irq()
2593 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
[all...]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c817 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
837 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc()
897 total_rx_packets++; in ice_clean_rx_irq_zc()
920 total_rx_packets++; in ice_clean_rx_irq_zc()
935 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
946 return (int)total_rx_packets; in ice_clean_rx_irq_zc()
949 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h185 unsigned int total_rx_packets; member
H A Dnetdev.c379 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq()
746 adapter->total_rx_packets, in igbvf_set_itr()
911 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1389 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local
1394 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq()
1474 total_rx_packets++; in iavf_clean_rx_irq()
1480 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq()
1483 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
1487 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2650 adapter->total_rx_packets, in e1000_set_itr()
3781 adapter->total_rx_packets = 0; in e1000_intr()
4145 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4255 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4283 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4313 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4316 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4363 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4446 total_rx_packets in e1000_clean_rx_irq()
[all...]
H A De1000.h218 unsigned int total_rx_packets; member
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c631 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in wx_clean_rx_irq() local
686 total_rx_packets++; in wx_clean_rx_irq()
687 } while (likely(total_rx_packets < budget)); in wx_clean_rx_irq()
690 rx_ring->stats.packets += total_rx_packets; in wx_clean_rx_irq()
693 q_vector->rx.total_packets += total_rx_packets; in wx_clean_rx_irq()
696 return total_rx_packets; in wx_clean_rx_irq()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1120 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbevf_clean_rx_irq() local
1134 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
1181 total_rx_packets++; in ixgbevf_clean_rx_irq()
1236 total_rx_packets++; in ixgbevf_clean_rx_irq()
1254 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1257 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1260 return total_rx_packets; in ixgbevf_clean_rx_irq()
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h239 unsigned int total_rx_packets; member