Home
last modified time | relevance | path

Searched refs:total_tx_bytes (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/igbvf/
A Digbvf.h191 unsigned int total_tx_bytes; member
A Dnetdev.c722 adapter->total_tx_bytes); in igbvf_set_itr()
883 adapter->total_tx_bytes = 0; in igbvf_intr_msix_tx()
/linux/drivers/net/ethernet/intel/e1000/
A De1000.h215 unsigned int total_tx_bytes; member
A De1000_main.c2641 adapter->total_tx_bytes); in e1000_set_itr()
3773 adapter->total_tx_bytes = 0; in e1000_intr()
3834 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
3852 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
3927 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
3929 netdev->stats.tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
/linux/drivers/net/ethernet/intel/e1000e/
A De1000.h234 unsigned int total_tx_bytes; member
A Dnetdev.c1221 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
1240 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
1293 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
1809 adapter->total_tx_bytes = 0; in e1000_intr_msi()
1889 adapter->total_tx_bytes = 0; in e1000_intr()
1929 adapter->total_tx_bytes = 0; in e1000_intr_msix_tx()
2564 adapter->total_tx_bytes); in e1000_set_itr()

Completed in 34 milliseconds