Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c942 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_ps() local
1078 total_rx_packets++; in i40e_clean_rx_irq_ps()
1098 } while (likely(total_rx_packets < budget)); in i40e_clean_rx_irq_ps()
1101 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq_ps()
1104 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_clean_rx_irq_ps()
1107 return total_rx_packets; in i40e_clean_rx_irq_ps()
1119 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_1buf() local
1196 total_rx_packets++; in i40e_clean_rx_irq_1buf()
1208 } while (likely(total_rx_packets < budget)); in i40e_clean_rx_irq_1buf()
1211 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq_1buf()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1469 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_ps() local
1620 total_rx_packets++; in i40e_clean_rx_irq_ps()
1640 } while (likely(total_rx_packets < budget)); in i40e_clean_rx_irq_ps()
1643 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq_ps()
1646 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_clean_rx_irq_ps()
1649 return total_rx_packets; in i40e_clean_rx_irq_ps()
1661 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_1buf() local
1750 total_rx_packets++; in i40e_clean_rx_irq_1buf()
1768 } while (likely(total_rx_packets < budget)); in i40e_clean_rx_irq_1buf()
1771 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq_1buf()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h215 unsigned int total_rx_packets; member
Dnetdev.c400 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq()
765 adapter->total_rx_packets, in igbvf_set_itr()
935 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000.h242 unsigned int total_rx_packets; member
De1000_main.c2655 adapter->total_rx_packets, in e1000_set_itr()
3789 adapter->total_rx_packets = 0; in e1000_intr()
4139 unsigned int total_rx_bytes=0, total_rx_packets=0; in e1000_clean_jumbo_rx_irq() local
4251 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4279 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4309 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4312 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4359 unsigned int total_rx_bytes=0, total_rx_packets=0; in e1000_clean_rx_irq() local
4440 total_rx_packets++; in e1000_clean_rx_irq()
4480 adapter->total_rx_packets += total_rx_packets; in e1000_clean_rx_irq()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c937 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
1012 total_rx_packets++; in e1000_clean_rx_irq()
1068 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()
1525 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
1637 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
1672 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
1815 adapter->total_rx_packets = 0; in e1000_intr_msi()
[all …]
De1000.h257 unsigned int total_rx_packets; member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c915 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local
919 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq()
981 total_rx_packets++; in ixgbevf_clean_rx_irq()
988 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq()
991 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq()
994 return total_rx_packets; in ixgbevf_clean_rx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c2049 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local
2057 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq()
2116 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2130 total_rx_packets++; in ixgbe_clean_rx_irq()
2134 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq()
2137 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq()
2140 return total_rx_packets; in ixgbe_clean_rx_irq()