Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c252 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local
259 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc()
322 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
347 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
363 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
366 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
375 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
377 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
Dixgbe_main.c2297 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local
2314 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2364 total_rx_packets++; in ixgbe_clean_rx_irq()
2415 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2428 total_rx_packets++; in ixgbe_clean_rx_irq()
2441 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq()
2444 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq()
2447 return total_rx_packets; in ixgbe_clean_rx_irq()
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c386 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local
399 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc()
440 total_rx_packets += rx_packets; in i40e_clean_rx_irq_zc()
453 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc()
461 return (int)total_rx_packets; in i40e_clean_rx_irq_zc()
463 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
Di40e_txrx_common.h15 unsigned int total_rx_packets);
Di40e_txrx.c2376 unsigned int total_rx_packets) in i40e_update_rx_stats() argument
2379 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats()
2382 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
2435 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in i40e_clean_rx_irq() local
2452 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2523 total_rx_packets++; in i40e_clean_rx_irq()
2562 total_rx_packets++; in i40e_clean_rx_irq()
2568 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2571 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_xsk.c651 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
664 while (likely(total_rx_packets < (unsigned int)budget)) { in ice_clean_rx_irq_zc()
716 total_rx_packets++; in ice_clean_rx_irq_zc()
737 total_rx_packets++; in ice_clean_rx_irq_zc()
753 ice_update_rx_ring_stats(rx_ring, total_rx_packets, total_rx_bytes); in ice_clean_rx_irq_zc()
761 return (int)total_rx_packets; in ice_clean_rx_irq_zc()
764 return failure ? budget : (int)total_rx_packets; in ice_clean_rx_irq_zc()
/linux-6.1.9/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-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1499 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local
1504 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq()
1604 total_rx_packets++; in iavf_clean_rx_irq()
1610 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq()
1613 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
1617 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
/linux-6.1.9/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()
4141 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4254 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4282 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4312 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4315 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4362 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4445 total_rx_packets++; in e1000_clean_rx_irq()
4485 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
[all …]
De1000.h218 unsigned int total_rx_packets; member
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Dnetdev.c925 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
1000 total_rx_packets++; in e1000_clean_rx_irq()
1056 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
1323 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local
1453 total_rx_packets++; in e1000_clean_rx_irq_ps()
1490 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq_ps()
1524 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
1636 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
1671 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
1813 adapter->total_rx_packets = 0; in e1000_intr_msi()
[all …]
De1000.h238 unsigned int total_rx_packets; member
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1120 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbevf_clean_rx_irq() local
1133 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
1180 total_rx_packets++; in ixgbevf_clean_rx_irq()
1235 total_rx_packets++; in ixgbevf_clean_rx_irq()
1253 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1256 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1259 return total_rx_packets; in ixgbevf_clean_rx_irq()