Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h17 unsigned int total_rx_packets);
H A Di40e_txrx.c2332 unsigned int total_rx_packets) in i40e_update_rx_stats() argument
2335 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats()
2338 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
2442 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2454 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2576 total_rx_packets++; in i40e_clean_rx_irq()
2587 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2589 *rx_cleaned = total_rx_packets; in i40e_clean_rx_irq()
2592 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1139 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local
1144 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq()
1241 total_rx_packets++; in iavf_clean_rx_irq()
1247 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq()
1250 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
1254 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h192 unsigned int total_rx_packets; member
/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h218 unsigned int total_rx_packets; member
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c927 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
1002 total_rx_packets++; in e1000_clean_rx_irq()
1058 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
1325 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local
1447 total_rx_packets++; in e1000_clean_rx_irq_ps()
1484 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps()
1518 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
1628 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
1663 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
1804 adapter->total_rx_packets = 0; in e1000_intr_msi()
[all …]
H A De1000.h239 unsigned int total_rx_packets; member
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c624 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in wx_clean_rx_irq() local
679 total_rx_packets++; in wx_clean_rx_irq()
680 } while (likely(total_rx_packets < budget)); in wx_clean_rx_irq()
683 rx_ring->stats.packets += total_rx_packets; in wx_clean_rx_irq()
686 q_vector->rx.total_packets += total_rx_packets; in wx_clean_rx_irq()
689 return total_rx_packets; in wx_clean_rx_irq()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2333 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local
2351 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2399 total_rx_packets++; in ixgbe_clean_rx_irq()
2450 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2463 total_rx_packets++; in ixgbe_clean_rx_irq()
2475 ixgbe_update_rx_ring_stats(rx_ring, q_vector, total_rx_packets, in ixgbe_clean_rx_irq()
2478 return total_rx_packets; in ixgbe_clean_rx_irq()