Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c431 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local
441 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq_zc()
501 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
523 total_rx_packets++; in ixgbe_clean_rx_irq_zc()
543 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
546 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
555 return (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
557 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
Dixgbe_main.c2281 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local
2293 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2339 total_rx_packets++; in ixgbe_clean_rx_irq()
2390 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2403 total_rx_packets++; in ixgbe_clean_rx_irq()
2420 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq()
2423 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq()
2426 return total_rx_packets; in ixgbe_clean_rx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c532 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local
541 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq_zc()
593 total_rx_packets++; in i40e_clean_rx_irq_zc()
620 total_rx_packets++; in i40e_clean_rx_irq_zc()
627 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq_zc()
635 return (int)total_rx_packets; in i40e_clean_rx_irq_zc()
637 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
Di40e_txrx_common.h19 unsigned int total_rx_packets);
Di40e_txrx.c2285 unsigned int total_rx_packets) in i40e_update_rx_stats() argument
2288 rx_ring->stats.packets += total_rx_packets; in i40e_update_rx_stats()
2291 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_update_rx_stats()
2331 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2340 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2406 total_rx_packets++; in i40e_clean_rx_irq()
2444 total_rx_packets++; in i40e_clean_rx_irq()
2450 i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets); in i40e_clean_rx_irq()
2453 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/
Digbvf.h194 unsigned int total_rx_packets; member
Dnetdev.c378 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq()
743 adapter->total_rx_packets, in igbvf_set_itr()
912 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1480 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local
1485 while (likely(total_rx_packets < (unsigned int)budget)) { in iavf_clean_rx_irq()
1581 total_rx_packets++; in iavf_clean_rx_irq()
1587 rx_ring->stats.packets += total_rx_packets; in iavf_clean_rx_irq()
1590 rx_ring->q_vector->rx.total_packets += total_rx_packets; in iavf_clean_rx_irq()
1594 return failure ? budget : (int)total_rx_packets; in iavf_clean_rx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/e1000/
De1000_main.c2642 adapter->total_rx_packets, in e1000_set_itr()
3773 adapter->total_rx_packets = 0; in e1000_intr()
4130 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4243 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4271 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4301 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4304 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4351 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4434 total_rx_packets++; in e1000_clean_rx_irq()
4474 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
[all …]
De1000.h219 unsigned int total_rx_packets; member
/Linux-v5.4/drivers/net/ethernet/intel/e1000e/
Dnetdev.c920 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
995 total_rx_packets++; in e1000_clean_rx_irq()
1051 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
1316 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local
1446 total_rx_packets++; in e1000_clean_rx_irq_ps()
1483 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
1630 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
1665 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
1808 adapter->total_rx_packets = 0; in e1000_intr_msi()
[all …]
De1000.h236 unsigned int total_rx_packets; member
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1119 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local
1128 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
1172 total_rx_packets++; in ixgbevf_clean_rx_irq()
1227 total_rx_packets++; in ixgbevf_clean_rx_irq()
1245 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1248 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1251 return total_rx_packets; in ixgbevf_clean_rx_irq()