Lines Matching refs:total_bytes
1900 unsigned int total_bytes = 0, total_packets = 0; in igc_clean_rx_irq() local
1959 total_bytes += skb->len; in igc_clean_rx_irq()
1978 rx_ring->rx_stats.bytes += total_bytes; in igc_clean_rx_irq()
1981 q_vector->rx.total_bytes += total_bytes; in igc_clean_rx_irq()
1999 unsigned int total_bytes = 0, total_packets = 0; in igc_clean_tx_irq() local
2031 total_bytes += tx_buffer->bytecount; in igc_clean_tx_irq()
2085 total_packets, total_bytes); in igc_clean_tx_irq()
2090 tx_ring->tx_stats.bytes += total_bytes; in igc_clean_tx_irq()
2093 q_vector->tx.total_bytes += total_bytes; in igc_clean_tx_irq()
2955 unsigned int bytes = ring_container->total_bytes; in igc_update_itr()
2996 ring_container->total_bytes = 0; in igc_update_itr()
3188 avg_wire_size = q_vector->rx.total_bytes / packets; in igc_update_ring_itr()
3193 q_vector->tx.total_bytes / packets); in igc_update_ring_itr()
3223 q_vector->rx.total_bytes = 0; in igc_update_ring_itr()
3225 q_vector->tx.total_bytes = 0; in igc_update_ring_itr()