Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/wpa_supplicant/src/ap/
HDaccounting.c183 if (sta->last_tx_bytes_lo > data->tx_bytes) in accounting_sta_update_stats()
185 sta->last_tx_bytes_lo = data->tx_bytes; in accounting_sta_update_stats()
193 data->tx_bytes, sta->last_tx_bytes_hi, in accounting_sta_update_stats()
324 bytes = data.tx_bytes; in accounting_sta_report()
HDctrl_iface_ap.c68 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_tx_rx()
/dragonfly/tools/tools/usbtest/
HDusb_modem_test.c53 struct bps tx_bytes; member
156 do_bps("transmitted", &modem.tx_bytes, len); in modem_write()
322 (int)p->tx_bytes.bytes, in usb_modem_data_stress_test()
326 p->tx_bytes.bytes = 0; in usb_modem_data_stress_test()
/dragonfly/sys/dev/netif/oce/
HDoce_sysctl.c731 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_bytes, 0, in oce_add_stats_sysctls_be3()
934 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_bytes, 0, in oce_add_stats_sysctls_xe201()
987 adapter_stats->tx.t_tx_bytes += sc->wq[i]->tx_stats.tx_bytes; in oce_refresh_queue_stats()
1012 adapter_stats->tx_bytes = port_stats->tx_bytes; in copy_stats_to_sc_xe201()
HDoce_if.h405 uint64_t tx_bytes; member
677 uint64_t tx_bytes; member
HDoce_hw.h3082 uint64_t tx_bytes; member
3204 uint64_t tx_bytes; member
/dragonfly/sys/dev/netif/ale/
HDif_alevar.h157 uint64_t tx_bytes; member
HDif_alereg.h598 uint32_t tx_bytes; member
HDif_ale.c822 &stats->tx_bytes, "Good octets"); in ale_sysctl_node()
1916 stat->tx_bytes += smb->tx_bytes; in ale_stats_update()
/dragonfly/sys/dev/netif/age/
HDif_agevar.h164 uint64_t tx_bytes; member
HDif_agereg.h523 uint32_t tx_bytes; member
HDif_age.c1809 stat->tx_bytes += smb->tx_bytes; in age_stats_update()
2874 (uintmax_t)stats->tx_bytes); in sysctl_age_stats()
/dragonfly/sys/dev/netif/alc/
HDif_alcvar.h174 uint64_t tx_bytes; member
HDif_alcreg.h1171 uint32_t tx_bytes; member
HDif_alc.c1792 &stats->tx_bytes, "Good octets"); in alc_sysctl_node()
3165 stat->tx_bytes += smb->tx_bytes; in alc_stats_update()
/dragonfly/sys/dev/virtual/amazon/ena/
HDena.h308 counter_u64_t tx_bytes;
HDena_sysctl.c236 &hw_stats->tx_bytes, "Bytes transmitted");
HDena.c2327 return (counter_u64_fetch(stats->tx_bytes));
2863 counter_u64_add_protected(adapter->hw_stats.tx_bytes, in ena_xmit_mbuf()
/dragonfly/tools/tools/net80211/wlanstats/
HDmain.c135 STAT(tx_bytes, "%llu");
/dragonfly/contrib/libpcap/pcap/
HDpcap.h275 u_long tx_bytes; /* total bytes transmitted */ member
/dragonfly/contrib/wpa_supplicant/src/drivers/
HDdriver_atheros.c680 data->tx_bytes = stats.is_stats.ns_tx_bytes; in atheros_read_sta_driver_data()
1292 drv->acct_data.tx_bytes = val; in atheros_wireless_event_wireless_custom()
HDdriver_hostap.c615 data->tx_bytes = val; in hostap_read_sta_data()
HDdriver.h1795 unsigned long long rx_bytes, tx_bytes; member
HDdriver_bsd.c752 data->tx_bytes = stats.is_stats.ns_tx_bytes; in bsd_read_sta_driver_data()
/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_output.c768 IEEE80211_NODE_STAT_ADD(ni, tx_bytes, m->m_pkthdr.len);
1739 IEEE80211_NODE_STAT_ADD(ni, tx_bytes, datalen);

12