Searched refs:total_rx_packets (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 942 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/ |
D | i40e_txrx.c | 1469 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/ |
D | igbvf.h | 215 unsigned int total_rx_packets; member
|
D | netdev.c | 400 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/ |
D | e1000.h | 242 unsigned int total_rx_packets; member
|
D | e1000_main.c | 2655 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/ |
D | netdev.c | 937 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 …]
|
D | e1000.h | 257 unsigned int total_rx_packets; member
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 915 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/ |
D | ixgbe_main.c | 2049 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()
|