Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c235 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local
242 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc()
300 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
322 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
342 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
345 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
354 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
356 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
Dixgbe_main.c2294 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local
2311 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2361 total_rx_packets++; in ixgbe_clean_rx_irq()
2412 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2425 total_rx_packets++; in ixgbe_clean_rx_irq()
2442 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq()
2445 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq()
2448 return total_rx_packets; in ixgbe_clean_rx_irq()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c281 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local
287 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc()
333 total_rx_packets++; in i40e_clean_rx_irq_zc()
361 total_rx_packets++; in i40e_clean_rx_irq_zc()
371 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc()
379 return (int)total_rx_packets; in i40e_clean_rx_irq_zc()
381 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
Di40e_txrx_common.h15 unsigned int total_rx_packets);
Di40e_txrx.c2277 unsigned int total_rx_packets) in i40e_update_rx_stats() argument
2280 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats()
2283 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
2336 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2348 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2421 total_rx_packets++; in i40e_clean_rx_irq()
2459 total_rx_packets++; in i40e_clean_rx_irq()
2465 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2468 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_xsk.c559 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
564 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc()
609 total_rx_packets++; in ice_clean_rx_irq_zc()
632 total_rx_packets++; in ice_clean_rx_irq_zc()
646 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
654 return (int)total_rx_packets; in ice_clean_rx_irq_zc()
657 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
/Linux-v5.10/drivers/net/ethernet/intel/igbvf/
Digbvf.h194 unsigned int total_rx_packets; member
Dnetdev.c380 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq()
747 adapter->total_rx_packets, in igbvf_set_itr()
916 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1475 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local
1480 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq()
1576 total_rx_packets++; in iavf_clean_rx_irq()
1582 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq()
1585 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
1589 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
/Linux-v5.10/drivers/net/ethernet/intel/e1000/
De1000_main.c2648 adapter->total_rx_packets, in e1000_set_itr()
3777 adapter->total_rx_packets = 0; in e1000_intr()
4140 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4253 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4281 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4311 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4314 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4361 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4444 total_rx_packets++; in e1000_clean_rx_irq()
4484 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
[all …]
De1000.h218 unsigned int total_rx_packets; member
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
Dnetdev.c961 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
1036 total_rx_packets++; in e1000_clean_rx_irq()
1092 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
1359 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local
1489 total_rx_packets++; in e1000_clean_rx_irq_ps()
1526 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps()
1560 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
1672 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
1707 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
1849 adapter->total_rx_packets = 0; in e1000_intr_msi()
[all …]
De1000.h235 unsigned int total_rx_packets; member
/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1124 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local
1138 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
1185 total_rx_packets++; in ixgbevf_clean_rx_irq()
1240 total_rx_packets++; in ixgbevf_clean_rx_irq()
1258 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1261 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1264 return total_rx_packets; in ixgbevf_clean_rx_irq()