Searched refs:total_rx_bytes (Results 1 – 10 of 10) sorted by relevance
219 unsigned int total_rx_bytes; member
398 adapter->total_rx_bytes += total_bytes; in igbvf_clean_rx_irq()766 adapter->total_rx_bytes); in igbvf_set_itr()933 adapter->total_rx_bytes = 0; in igbvf_intr_msix_rx()
2661 adapter->total_rx_bytes); in e1000_set_itr()3793 adapter->total_rx_bytes = 0; in e1000_intr()4144 unsigned int total_rx_bytes=0, total_rx_packets=0; in e1000_clean_jumbo_rx_irq() local4255 total_rx_bytes += skb->len; in e1000_clean_jumbo_rx_irq()4281 total_rx_bytes += (skb->len - 4); /* don't count FCS */ in e1000_clean_jumbo_rx_irq()4315 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq()4316 netdev->stats.rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq()4364 unsigned int total_rx_bytes=0, total_rx_packets=0; in e1000_clean_rx_irq() local4444 total_rx_bytes += (length - 4); /* don't count FCS */ in e1000_clean_rx_irq()4486 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq()[all …]
241 unsigned int total_rx_bytes; member
936 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local1005 total_rx_bytes -= 4; in e1000_clean_rx_irq()1010 total_rx_bytes += length; in e1000_clean_rx_irq()1066 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq()1322 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local1451 total_rx_bytes += skb->len; in e1000_clean_rx_irq_ps()1488 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_rx_irq_ps()1524 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local1635 total_rx_bytes += skb->len; in e1000_clean_jumbo_rx_irq()1670 adapter->total_rx_bytes += total_rx_bytes; in e1000_clean_jumbo_rx_irq()[all …]
252 unsigned int total_rx_bytes; member
881 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local1005 total_rx_bytes += skb->len; in i40e_clean_rx_irq()1041 rx_ring->stats.bytes += total_rx_bytes; in i40e_clean_rx_irq()1044 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in i40e_clean_rx_irq()
1376 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq() local1515 total_rx_bytes += skb->len; in i40e_clean_rx_irq()1557 rx_ring->stats.bytes += total_rx_bytes; in i40e_clean_rx_irq()1560 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in i40e_clean_rx_irq()
493 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbevf_clean_rx_irq() local555 total_rx_bytes += skb->len; in ixgbevf_clean_rx_irq()597 rx_ring->stats.bytes += total_rx_bytes; in ixgbevf_clean_rx_irq()600 q_vector->rx.total_bytes += total_rx_bytes; in ixgbevf_clean_rx_irq()
1986 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq() local2034 total_rx_bytes += skb->len; in ixgbe_clean_rx_irq()2053 total_rx_bytes += ddp_bytes; in ixgbe_clean_rx_irq()2073 rx_ring->stats.bytes += total_rx_bytes; in ixgbe_clean_rx_irq()2076 q_vector->rx.total_bytes += total_rx_bytes; in ixgbe_clean_rx_irq()