Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/virtual/amazon/ena/
H A Dena.h305 counter_u64_t tx_packets;
H A Dena_sysctl.c232 &hw_stats->tx_packets, "Packets transmitted");
H A Dena.c2323 return (counter_u64_fetch(stats->tx_packets));
2862 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_xmit_mbuf()
/dflybsd-src/sys/dev/netif/igb/
H A Dif_igb.h262 u_long tx_packets; member
H A Dif_igb.c1752 CTLFLAG_RW, &txr->tx_packets, "TXed packets"); in igb_add_sysctl()
3668 ++txr->tx_packets; in igb_encap()
/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Daccounting.c302 data.tx_packets)) { in accounting_sta_report()
H A Dctrl_iface_ap.c67 data.rx_packets, data.tx_packets, in hostapd_get_sta_tx_rx()
/dflybsd-src/contrib/libpcap/pcap/
H A Dpcap.h273 u_long tx_packets; /* total packets transmitted */ member
/dflybsd-src/contrib/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c679 data->tx_packets = stats.is_stats.ns_tx_data; in atheros_read_sta_driver_data()
1288 drv->acct_data.tx_packets = val; in atheros_wireless_event_wireless_custom()
H A Ddriver_hostap.c611 data->tx_packets = val; in hostap_read_sta_data()
H A Ddriver.h1794 unsigned long rx_packets, tx_packets; member
H A Ddriver_bsd.c751 data->tx_packets = stats.is_stats.ns_tx_data; in bsd_read_sta_driver_data()
H A Ddriver_nl80211.c6401 data->tx_packets = in get_sta_handler()
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4152 &data.tx_packets, in wpas_dbus_getter_sta_tx_packets()
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface.c7818 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets); in wpa_supplicant_pktcnt_poll()