Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h192 unsigned int total_tx_packets; member
H A Dnetdev.c720 adapter->total_tx_packets, in igbvf_set_itr()
883 adapter->total_tx_packets = 0; in igbvf_intr_msix_tx()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h216 unsigned int total_tx_packets; member
H A De1000_main.c2641 adapter->total_tx_packets, in e1000_set_itr()
3775 adapter->total_tx_packets = 0; in e1000_intr()
3835 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
3852 total_tx_packets += buffer_info->segs; in e1000_clean_tx_irq()
3930 adapter->total_tx_packets += total_tx_packets; in e1000_clean_tx_irq()
3932 netdev->stats.tx_packets += total_tx_packets; in e1000_clean_tx_irq()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h237 unsigned int total_tx_packets; member
H A 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()
1802 adapter->total_tx_packets = 0; in e1000_intr_msi()
1881 adapter->total_tx_packets = 0; in e1000_intr()
1921 adapter->total_tx_packets = 0; in e1000_intr_msix_tx()
2554 adapter->total_tx_packets, in e1000_set_itr()