Lines Matching refs:total_bytes
2598 q_vector->rx.total_bytes += bytes; in igc_update_rx_stats()
2603 unsigned int total_bytes = 0, total_packets = 0; in igc_clean_rx_irq() local
2679 total_bytes += size; in igc_clean_rx_irq()
2709 total_bytes += skb->len; in igc_clean_rx_irq()
2729 igc_update_rx_stats(q_vector, total_packets, total_bytes); in igc_clean_rx_irq()
2802 int total_bytes = 0, total_packets = 0; in igc_clean_rx_irq_zc() local
2867 total_bytes += size; in igc_clean_rx_irq_zc()
2884 igc_update_rx_stats(q_vector, total_packets, total_bytes); in igc_clean_rx_irq_zc()
2907 q_vector->tx.total_bytes += bytes; in igc_update_tx_stats()
3133 unsigned int total_bytes = 0, total_packets = 0; in igc_clean_tx_irq() local
3178 total_bytes += tx_buffer->bytecount; in igc_clean_tx_irq()
3232 total_packets, total_bytes); in igc_clean_tx_irq()
3237 igc_update_tx_stats(q_vector, total_packets, total_bytes); in igc_clean_tx_irq()
4472 unsigned int bytes = ring_container->total_bytes; in igc_update_itr()
4513 ring_container->total_bytes = 0; in igc_update_itr()
4705 avg_wire_size = q_vector->rx.total_bytes / packets; in igc_update_ring_itr()
4710 q_vector->tx.total_bytes / packets); in igc_update_ring_itr()
4740 q_vector->rx.total_bytes = 0; in igc_update_ring_itr()
4742 q_vector->tx.total_bytes = 0; in igc_update_ring_itr()