Lines Matching refs:total_bytes
1559 unsigned int total_bytes = 0, total_packets = 0; in igc_clean_rx_irq() local
1618 total_bytes += skb->len; in igc_clean_rx_irq()
1637 rx_ring->rx_stats.bytes += total_bytes; in igc_clean_rx_irq()
1640 q_vector->rx.total_bytes += total_bytes; in igc_clean_rx_irq()
1704 unsigned int total_bytes = 0, total_packets = 0; in igc_clean_tx_irq() local
1736 total_bytes += tx_buffer->bytecount; in igc_clean_tx_irq()
1790 total_packets, total_bytes); in igc_clean_tx_irq()
1795 tx_ring->tx_stats.bytes += total_bytes; in igc_clean_tx_irq()
1798 q_vector->tx.total_bytes += total_bytes; in igc_clean_tx_irq()
3110 avg_wire_size = q_vector->rx.total_bytes / packets; in igc_update_ring_itr()
3115 q_vector->tx.total_bytes / packets); in igc_update_ring_itr()
3145 q_vector->rx.total_bytes = 0; in igc_update_ring_itr()
3147 q_vector->tx.total_bytes = 0; in igc_update_ring_itr()
3170 unsigned int bytes = ring_container->total_bytes; in igc_update_itr()
3211 ring_container->total_bytes = 0; in igc_update_itr()