Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h182 unsigned int total_tx_bytes; member
H A Dnetdev.c721 adapter->total_tx_bytes); in igbvf_set_itr()
880 adapter->total_tx_bytes = 0; in igbvf_intr_msix_tx()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h215 unsigned int total_tx_bytes; member
H A De1000_main.c2644 adapter->total_tx_bytes); in e1000_set_itr()
3778 adapter->total_tx_bytes = 0; in e1000_intr()
3839 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
3857 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/drivers/net/ethernet/intel/e1000e/
H A De1000.h236 unsigned int total_tx_bytes; member