Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath_ioctl.c250 sc->sc_stats.ast_tx_packets = 0; in ath_ioctl()
254 sc->sc_stats.ast_tx_packets += ifp->if_get_counter(ifp, in ath_ioctl()
HDif_athioctl.h64 u_int32_t ast_tx_packets; /* packet sent on the interface */ member
HDif_ath_sysctl.c1097 &sc->sc_stats.ast_tx_packets, 0, "packet sent on the interface"); in ath_sysctl_stats_attach()
/NextBSD/sys/dev/wtap/
HDif_wtapioctl.h63 u_int32_t ast_tx_packets; /* packet sent on the interface */ member
/NextBSD/tools/tools/ath/athstats/
HDathstats.c562 (wf->cur.ath.ast_tx_packets - wf->total.ath.ast_tx_packets)); in ath_get_curstat()
806 (unsigned long) wf->total.ath.ast_tx_packets); in ath_get_totstat()