Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt7621-mmc/
Ddbg.c112 result->total_tx_bytes, result->total_rx_bytes); in msdc_sdio_profile()
201 result->total_tx_bytes += sizes; in msdc_performance()
Ddbg.h52 u32 total_tx_bytes; /* total bytes of CMD53 Tx */ member
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Digbvf.h191 unsigned int total_tx_bytes; member
Dnetdev.c718 adapter->total_tx_bytes); in igbvf_set_itr()
879 adapter->total_tx_bytes = 0; in igbvf_intr_msix_tx()
/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000.h216 unsigned int total_tx_bytes; member
De1000_main.c2639 adapter->total_tx_bytes); in e1000_set_itr()
3779 adapter->total_tx_bytes = 0; in e1000_intr()
3837 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
3855 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
3930 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
3932 netdev->stats.tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
De1000.h233 unsigned int total_tx_bytes; member
Dnetdev.c1217 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
1236 total_tx_bytes += buffer_info->bytecount; in e1000_clean_tx_irq()
1289 adapter->total_tx_bytes += total_tx_bytes; in e1000_clean_tx_irq()
1804 adapter->total_tx_bytes = 0; in e1000_intr_msi()
1884 adapter->total_tx_bytes = 0; in e1000_intr()
1924 adapter->total_tx_bytes = 0; in e1000_intr_msix_tx()
2553 adapter->total_tx_bytes); in e1000_set_itr()