Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c1466 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
1471 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
1565 total_rx_packets++; in i40e_clean_rx_irq()
1571 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq()
1574 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_clean_rx_irq()
1578 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000_main.c2645 adapter->total_rx_packets, in e1000_set_itr()
3782 adapter->total_rx_packets = 0; in e1000_intr()
4138 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4252 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4280 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4310 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4313 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4360 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
4443 total_rx_packets++; in e1000_clean_rx_irq()
4483 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
[all …]
De1000.h219 unsigned int total_rx_packets; member
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2313 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local
2322 while (likely(total_rx_packets < (unsigned int)budget)) { in i40e_clean_rx_irq()
2387 total_rx_packets++; in i40e_clean_rx_irq()
2432 total_rx_packets++; in i40e_clean_rx_irq()
2448 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq()
2451 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_clean_rx_irq()
2455 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq()
/Linux-v4.19/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()
1807 adapter->total_rx_packets = 0; in e1000_intr_msi()
[all …]
De1000.h236 unsigned int total_rx_packets; member
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1111 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local
1120 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
1164 total_rx_packets++; in ixgbevf_clean_rx_irq()
1219 total_rx_packets++; in ixgbevf_clean_rx_irq()
1237 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1240 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
1243 return total_rx_packets; in ixgbevf_clean_rx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c2282 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local
2294 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2340 total_rx_packets++; in ixgbe_clean_rx_irq()
2391 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2404 total_rx_packets++; in ixgbe_clean_rx_irq()
2421 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq()
2424 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq()
2427 return total_rx_packets; in ixgbe_clean_rx_irq()