Lines Matching refs:total_rx_packets
2648 adapter->total_rx_packets, in e1000_set_itr()
3777 adapter->total_rx_packets = 0; in e1000_intr()
4141 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
4254 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4282 total_rx_packets++; in e1000_clean_jumbo_rx_irq()
4312 adapter->total_rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4315 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_jumbo_rx_irq()
4362 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()
4488 netdev->stats.rx_packets += total_rx_packets; in e1000_clean_rx_irq()