Searched refs:tx_packets (Results 1 – 15 of 15) sorted by relevance
/dflybsd-src/sys/dev/virtual/amazon/ena/ |
H A D | ena.h | 305 counter_u64_t tx_packets;
|
H A D | ena_sysctl.c | 232 &hw_stats->tx_packets, "Packets transmitted");
|
H A D | ena.c | 2323 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 D | if_igb.h | 262 u_long tx_packets; member
|
H A D | if_igb.c | 1752 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 D | accounting.c | 302 data.tx_packets)) { in accounting_sta_report()
|
H A D | ctrl_iface_ap.c | 67 data.rx_packets, data.tx_packets, in hostapd_get_sta_tx_rx()
|
/dflybsd-src/contrib/libpcap/pcap/ |
H A D | pcap.h | 273 u_long tx_packets; /* total packets transmitted */ member
|
/dflybsd-src/contrib/wpa_supplicant/src/drivers/ |
H A D | driver_atheros.c | 679 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 D | driver_hostap.c | 611 data->tx_packets = val; in hostap_read_sta_data()
|
H A D | driver.h | 1794 unsigned long rx_packets, tx_packets; member
|
H A D | driver_bsd.c | 751 data->tx_packets = stats.is_stats.ns_tx_data; in bsd_read_sta_driver_data()
|
H A D | driver_nl80211.c | 6401 data->tx_packets = in get_sta_handler()
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 4152 &data.tx_packets, in wpas_dbus_getter_sta_tx_packets()
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | ctrl_iface.c | 7818 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets); in wpa_supplicant_pktcnt_poll()
|