Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h213 unsigned int total_tx_packets; member
Dnetdev.c739 adapter->total_tx_packets, in igbvf_set_itr()
903 adapter->total_tx_packets = 0; in igbvf_intr_msix_tx()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000.h240 unsigned int total_tx_packets; member
De1000_main.c2648 adapter->total_tx_packets, in e1000_set_itr()
3787 adapter->total_tx_packets = 0; in e1000_intr()
3844 unsigned int total_tx_bytes=0, total_tx_packets=0; in e1000_clean_tx_irq() local
3861 total_tx_packets += buffer_info->segs; in e1000_clean_tx_irq()
3934 adapter->total_tx_packets += total_tx_packets; in e1000_clean_tx_irq()
3936 netdev->stats.tx_packets += total_tx_packets; in e1000_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h255 unsigned int total_tx_packets; member
Dnetdev.c1224 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
1242 total_tx_packets += buffer_info->segs; in e1000_clean_tx_irq()
1297 adapter->total_tx_packets += total_tx_packets; in e1000_clean_tx_irq()
1813 adapter->total_tx_packets = 0; in e1000_intr_msi()
1894 adapter->total_tx_packets = 0; in e1000_intr()
1943 adapter->total_tx_packets = 0; in e1000_intr_msix_tx()
2569 adapter->total_tx_packets, in e1000_set_itr()