Lines Matching refs:total_bytes
4454 avg_wire_size = q_vector->rx.total_bytes / packets; in igb_update_ring_itr()
4459 q_vector->tx.total_bytes / packets); in igb_update_ring_itr()
4489 q_vector->rx.total_bytes = 0; in igb_update_ring_itr()
4491 q_vector->tx.total_bytes = 0; in igb_update_ring_itr()
4515 unsigned int bytes = ring_container->total_bytes; in igb_update_itr()
4556 ring_container->total_bytes = 0; in igb_update_itr()
6409 unsigned int total_bytes = 0, total_packets = 0; in igb_clean_tx_irq() local
6438 total_bytes += tx_buffer->bytecount; in igb_clean_tx_irq()
6493 total_packets, total_bytes); in igb_clean_tx_irq()
6497 tx_ring->tx_stats.bytes += total_bytes; in igb_clean_tx_irq()
6500 q_vector->tx.total_bytes += total_bytes; in igb_clean_tx_irq()
6963 unsigned int total_bytes = 0, total_packets = 0; in igb_clean_rx_irq() local
7006 total_bytes += skb->len; in igb_clean_rx_irq()
7025 rx_ring->rx_stats.bytes += total_bytes; in igb_clean_rx_irq()
7028 q_vector->rx.total_bytes += total_bytes; in igb_clean_rx_irq()