Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c845 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
865 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc()
924 total_rx_packets++; in ice_clean_rx_irq_zc()
947 total_rx_packets++; in ice_clean_rx_irq_zc()
962 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
973 return (int)total_rx_packets; in ice_clean_rx_irq_zc()
976 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
/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.h194 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()
915 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2645 adapter->total_rx_packets, in e1000_set_itr()
3774 adapter->total_rx_packets = 0; in e1000_intr()
4138 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4248 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4276 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4306 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4309 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4356 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4439 total_rx_packets++; in e1000_clean_rx_irq()
4479 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
[all …]
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/ixgbevf/
H A Dixgbevf_main.c1119 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbevf_clean_rx_irq() local
1132 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
1179 total_rx_packets++; in ixgbevf_clean_rx_irq()
1234 total_rx_packets++; in ixgbevf_clean_rx_irq()
1252 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1255 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1258 return total_rx_packets; in ixgbevf_clean_rx_irq()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2322 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local
2339 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2389 total_rx_packets++; in ixgbe_clean_rx_irq()
2440 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2453 total_rx_packets++; in ixgbe_clean_rx_irq()
2465 ixgbe_update_rx_ring_stats(rx_ring, q_vector, total_rx_packets, in ixgbe_clean_rx_irq()
2468 return total_rx_packets; in ixgbe_clean_rx_irq()