Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c251 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local
258 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc()
321 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
346 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
361 ixgbe_update_rx_ring_stats(rx_ring, q_vector, total_rx_packets, in ixgbe_clean_rx_irq_zc()
370 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
372 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
H A Dixgbe_main.c2500 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local
2518 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2566 total_rx_packets++; in ixgbe_clean_rx_irq()
2617 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2630 total_rx_packets++; in ixgbe_clean_rx_irq()
2642 ixgbe_update_rx_ring_stats(rx_ring, q_vector, total_rx_packets, in ixgbe_clean_rx_irq()
2645 return total_rx_packets; in ixgbe_clean_rx_irq()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c572 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
588 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc()
649 total_rx_packets++; in ice_clean_rx_irq_zc()
668 total_rx_packets++; in ice_clean_rx_irq_zc()
685 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
696 return (int)total_rx_packets; in ice_clean_rx_irq_zc()
699 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
/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.c2330 unsigned int total_rx_packets) in i40e_update_rx_stats() argument
2333 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats()
2336 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
2440 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2452 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2574 total_rx_packets++; in i40e_clean_rx_irq()
2585 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2587 *rx_cleaned = total_rx_packets; in i40e_clean_rx_irq()
2590 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
/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.c2649 adapter->total_rx_packets, in e1000_set_itr()
3778 adapter->total_rx_packets = 0; in e1000_intr()
4150 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4260 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4288 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4318 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4321 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4368 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4451 total_rx_packets++; in e1000_clean_rx_irq()
4491 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
[all …]
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c928 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
1003 total_rx_packets++; in e1000_clean_rx_irq()
1059 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
1326 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local
1448 total_rx_packets++; in e1000_clean_rx_irq_ps()
1485 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps()
1519 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
1629 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
1664 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
1805 adapter->total_rx_packets = 0; in e1000_intr_msi()
[all …]
H A De1000.h240 unsigned int total_rx_packets; member
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c673 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in wx_clean_rx_irq() local
727 total_rx_packets++; in wx_clean_rx_irq()
728 } while (likely(total_rx_packets < budget)); in wx_clean_rx_irq()
731 rx_ring->stats.packets += total_rx_packets; in wx_clean_rx_irq()
734 q_vector->rx.total_packets += total_rx_packets; in wx_clean_rx_irq()
737 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()