Home
last modified time | relevance | path

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

/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()
/drivers/net/ethernet/intel/e1000/
De1000.h242 unsigned int total_tx_bytes; member
De1000_main.c2672 adapter->total_tx_bytes); in e1000_set_itr()
3811 adapter->total_tx_bytes = 0; in e1000_intr()
3869 unsigned int total_tx_bytes=0, total_tx_packets=0; in e1000_clean_tx_irq() local
3887 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
3961 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
3963 netdev->stats.tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
/drivers/net/ethernet/intel/e1000e/
De1000.h254 unsigned int total_tx_bytes; member
Dnetdev.c1228 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
1247 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
1300 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
1816 adapter->total_tx_bytes = 0; in e1000_intr_msi()
1897 adapter->total_tx_bytes = 0; in e1000_intr()
1946 adapter->total_tx_bytes = 0; in e1000_intr_msix_tx()
2576 adapter->total_tx_bytes); in e1000_set_itr()