Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h183 unsigned int total_tx_packets; member
H A Dnetdev.c720 adapter->total_tx_packets, in igbvf_set_itr()
881 adapter->total_tx_packets = 0; in igbvf_intr_msix_tx()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h216 unsigned int total_tx_packets; member
H A De1000_main.c2643 adapter->total_tx_packets, in e1000_set_itr()
3779 adapter->total_tx_packets = 0; in e1000_intr()
3839 unsigned int total_tx_bytes = 0, total_tx_packets = 0; in e1000_clean_tx_irq() local
3856 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/drivers/net/ethernet/intel/e1000e/
H A De1000.h237 unsigned int total_tx_packets; member