Searched refs:total_rx_packets (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 1003 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_ps() local 1141 total_rx_packets++; in i40e_clean_rx_irq_ps() 1162 } while (likely(total_rx_packets < budget)); in i40e_clean_rx_irq_ps() 1165 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq_ps() 1168 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_clean_rx_irq_ps() 1171 return total_rx_packets; in i40e_clean_rx_irq_ps() 1183 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_1buf() local 1263 total_rx_packets++; in i40e_clean_rx_irq_1buf() 1276 } while (likely(total_rx_packets < budget)); in i40e_clean_rx_irq_1buf() 1279 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq_1buf() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1520 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_ps() local 1673 total_rx_packets++; in i40e_clean_rx_irq_ps() 1694 } while (likely(total_rx_packets < budget)); in i40e_clean_rx_irq_ps() 1697 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq_ps() 1700 rx_ring->q_vector->rx.total_packets += total_rx_packets; in i40e_clean_rx_irq_ps() 1703 return total_rx_packets; in i40e_clean_rx_irq_ps() 1715 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_1buf() local 1807 total_rx_packets++; in i40e_clean_rx_irq_1buf() 1826 } while (likely(total_rx_packets < budget)); in i40e_clean_rx_irq_1buf() 1829 rx_ring->stats.packets += total_rx_packets; in i40e_clean_rx_irq_1buf() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 215 unsigned int total_rx_packets; member
|
D | netdev.c | 399 adapter->total_rx_packets += total_packets; in igbvf_clean_rx_irq() 764 adapter->total_rx_packets, in igbvf_set_itr() 934 adapter->total_rx_packets = 0; in igbvf_intr_msix_rx()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 242 unsigned int total_rx_packets; member
|
D | e1000_main.c | 2660 adapter->total_rx_packets, in e1000_set_itr() 3794 adapter->total_rx_packets = 0; in e1000_intr() 4144 unsigned int total_rx_bytes=0, total_rx_packets=0; in e1000_clean_jumbo_rx_irq() local 4256 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4284 total_rx_packets++; in e1000_clean_jumbo_rx_irq() 4314 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4317 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq() 4364 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 …]
|
/linux-4.1.27/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() 1821 adapter->total_rx_packets = 0; in e1000_intr_msi() [all …]
|
D | e1000.h | 255 unsigned int total_rx_packets; member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 916 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local 920 while (likely(total_rx_packets < budget)) { in ixgbevf_clean_rx_irq() 982 total_rx_packets++; in ixgbevf_clean_rx_irq() 989 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq() 992 q_vector->rx.total_packets += total_rx_packets; in ixgbevf_clean_rx_irq() 995 return total_rx_packets; in ixgbevf_clean_rx_irq()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 2009 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local 2017 while (likely(total_rx_packets < budget)) { in ixgbe_clean_rx_irq() 2076 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq() 2090 total_rx_packets++; in ixgbe_clean_rx_irq() 2094 rx_ring->stats.packets += total_rx_packets; in ixgbe_clean_rx_irq() 2097 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq() 2100 return total_rx_packets; in ixgbe_clean_rx_irq()
|