Lines Matching refs:total_bytes
4450 avg_wire_size = q_vector->rx.total_bytes / packets; in igb_update_ring_itr()
4455 q_vector->tx.total_bytes / packets); in igb_update_ring_itr()
4485 q_vector->rx.total_bytes = 0; in igb_update_ring_itr()
4487 q_vector->tx.total_bytes = 0; in igb_update_ring_itr()
4511 unsigned int bytes = ring_container->total_bytes; in igb_update_itr()
4552 ring_container->total_bytes = 0; in igb_update_itr()
6406 unsigned int total_bytes = 0, total_packets = 0; in igb_clean_tx_irq() local
6435 total_bytes += tx_buffer->bytecount; in igb_clean_tx_irq()
6490 total_packets, total_bytes); in igb_clean_tx_irq()
6494 tx_ring->tx_stats.bytes += total_bytes; in igb_clean_tx_irq()
6497 q_vector->tx.total_bytes += total_bytes; in igb_clean_tx_irq()
6916 unsigned int total_bytes = 0, total_packets = 0; in igb_clean_rx_irq() local
6959 total_bytes += skb->len; in igb_clean_rx_irq()
6978 rx_ring->rx_stats.bytes += total_bytes; in igb_clean_rx_irq()
6981 q_vector->rx.total_bytes += total_bytes; in igb_clean_rx_irq()