Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c243 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local
250 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc()
308 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
330 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
350 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
353 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
362 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
364 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
Dixgbe_main.c2295 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local
2312 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2362 total_rx_packets++; in ixgbe_clean_rx_irq()
2413 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2426 total_rx_packets++; in ixgbe_clean_rx_irq()
2443 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq()
2446 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq()
2449 return total_rx_packets; in ixgbe_clean_rx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c291 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local
297 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc()
343 total_rx_packets++; in i40e_clean_rx_irq_zc()
371 total_rx_packets++; in i40e_clean_rx_irq_zc()
381 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc()
389 return (int)total_rx_packets; in i40e_clean_rx_irq_zc()
391 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
2349 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2420 total_rx_packets++; in i40e_clean_rx_irq()
2458 total_rx_packets++; in i40e_clean_rx_irq()
2464 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2467 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_xsk.c570 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
575 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc()
620 total_rx_packets++; in ice_clean_rx_irq_zc()
643 total_rx_packets++; in ice_clean_rx_irq_zc()
657 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
665 return (int)total_rx_packets; in ice_clean_rx_irq_zc()
668 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
Dnetdev.c923 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
998 total_rx_packets++; in e1000_clean_rx_irq()
1054 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
1321 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local
1451 total_rx_packets++; in e1000_clean_rx_irq_ps()
1488 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps()
1522 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
1634 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
1669 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
1811 adapter->total_rx_packets = 0; in e1000_intr_msi()
[all …]
De1000.h236 unsigned int total_rx_packets; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1127 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local
1141 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
1188 total_rx_packets++; in ixgbevf_clean_rx_irq()
1243 total_rx_packets++; in ixgbevf_clean_rx_irq()
1261 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1264 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1267 return total_rx_packets; in ixgbevf_clean_rx_irq()