Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/igbvf/
Digbvf.h192 unsigned int total_tx_packets; member
Dnetdev.c717 adapter->total_tx_packets, in igbvf_set_itr()
880 adapter->total_tx_packets = 0; in igbvf_intr_msix_tx()
/Linux-v5.4/drivers/net/ethernet/intel/e1000/
De1000.h217 unsigned int total_tx_packets; member
De1000_main.c2635 adapter->total_tx_packets, in e1000_set_itr()
3771 adapter->total_tx_packets = 0; in e1000_intr()
3829 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
3846 total_tx_packets += buffer_info->segs; in e1000_clean_tx_irq()
3923 adapter->total_tx_packets += total_tx_packets; in e1000_clean_tx_irq()
3925 netdev->stats.tx_packets += total_tx_packets; in e1000_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/e1000e/
De1000.h234 unsigned int total_tx_packets; member
Dnetdev.c1217 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
1235 total_tx_packets += buffer_info->segs; in e1000_clean_tx_irq()
1290 adapter->total_tx_packets += total_tx_packets; in e1000_clean_tx_irq()
1806 adapter->total_tx_packets = 0; in e1000_intr_msi()
1887 adapter->total_tx_packets = 0; in e1000_intr()
1928 adapter->total_tx_packets = 0; in e1000_intr_msix_tx()
2555 adapter->total_tx_packets, in e1000_set_itr()