Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h191 unsigned int total_tx_bytes; member
H A Dnetdev.c721 adapter->total_tx_bytes); in igbvf_set_itr()
882 adapter->total_tx_bytes = 0; in igbvf_intr_msix_tx()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h215 unsigned int total_tx_bytes; member
H A De1000_main.c2642 adapter->total_tx_bytes); in e1000_set_itr()
3774 adapter->total_tx_bytes = 0; in e1000_intr()
3835 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
3853 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
3929 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
3931 netdev->stats.tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h236 unsigned int total_tx_bytes; member
H A Dnetdev.c1224 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
1243 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
1296 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
1801 adapter->total_tx_bytes = 0; in e1000_intr_msi()
1880 adapter->total_tx_bytes = 0; in e1000_intr()
1920 adapter->total_tx_bytes = 0; in e1000_intr_msix_tx()
2555 adapter->total_tx_bytes); in e1000_set_itr()