Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h212 unsigned int total_tx_bytes; member
Dnetdev.c740 adapter->total_tx_bytes); in igbvf_set_itr()
902 adapter->total_tx_bytes = 0; in igbvf_intr_msix_tx()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000.h239 unsigned int total_tx_bytes; member
De1000_main.c2649 adapter->total_tx_bytes); in e1000_set_itr()
3786 adapter->total_tx_bytes = 0; in e1000_intr()
3844 unsigned int total_tx_bytes=0, total_tx_packets=0; in e1000_clean_tx_irq() local
3862 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
3933 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
3935 netdev->stats.tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h254 unsigned int total_tx_bytes; member
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()
1812 adapter->total_tx_bytes = 0; in e1000_intr_msi()
1893 adapter->total_tx_bytes = 0; in e1000_intr()
1942 adapter->total_tx_bytes = 0; in e1000_intr_msix_tx()
2570 adapter->total_tx_bytes); in e1000_set_itr()