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

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_ioctl.c250 sc->sc_stats.ast_tx_packets = 0;
254 sc->sc_stats.ast_tx_packets += ifp->if_get_counter(ifp,
H A Dif_athioctl.h64 u_int32_t ast_tx_packets; /* packet sent on the interface */ member in struct:ath_stats
H A Dif_ath_sysctl.c1096 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_tx_packets", CTLFLAG_RD,
1097 &sc->sc_stats.ast_tx_packets, 0, "packet sent on the interface");
/freebsd-11.0-release/sys/dev/wtap/
H A Dif_wtapioctl.h63 u_int32_t ast_tx_packets; /* packet sent on the interface */ member in struct:wtap_stats
/freebsd-11.0-release/tools/tools/ath/athstats/
H A Dathstats.c568 (wf->cur.ath.ast_tx_packets - wf->total.ath.ast_tx_packets));
812 (unsigned long) wf->total.ath.ast_tx_packets);

Completed in 70 milliseconds