Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_ioctl.c249 sc->sc_stats.ast_tx_packets = 0; in ath_ioctl()
253 sc->sc_stats.ast_tx_packets += ifp->if_get_counter(ifp, in ath_ioctl()
Dif_athioctl.h66 u_int32_t ast_tx_packets; /* packet sent on the interface */ member
Dif_ath_sysctl.c1101 &sc->sc_stats.ast_tx_packets, 0, "packet sent on the interface"); in ath_sysctl_stats_attach()
/freebsd-12-stable/sys/dev/wtap/
Dif_wtapioctl.h65 u_int32_t ast_tx_packets; /* packet sent on the interface */ member
/freebsd-12-stable/tools/tools/ath/athstats/
Dathstats.c568 (wf->cur.ath.ast_tx_packets - wf->total.ath.ast_tx_packets)); in ath_get_curstat()
812 (unsigned long) wf->total.ath.ast_tx_packets); in ath_get_totstat()