Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libpcap/dist/
H A Dpcap-dos.h178 DWORD tx_packets; /* total packets transmitted */ member
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Daccounting.c302 data.tx_packets)) { in accounting_sta_report()
/netbsd-src/sys/dev/pci/
H A Dif_enavar.h339 struct evcnt tx_packets; member
H A Dif_ena.c496 EVCNT_INIT(st, tx_packets); in ena_alloc_counters_hwstats()
2321 return (counter_u64_fetch(stats->tx_packets));
2888 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_xmit_mbuf()
/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.c1763 IGC_QUEUE_EVENT(q, tx_packets, 1); in igc_tx_common_locked()