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

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_ioctl.c251 sc->sc_stats.ast_rx_packets = 0;
256 sc->sc_stats.ast_rx_packets += ifp->if_get_counter(ifp,
H A Dif_athioctl.h100 u_int32_t ast_rx_packets; /* packet recv on the interface */ member in struct:ath_stats
H A Dif_ath_sysctl.c1166 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_rx_packets", CTLFLAG_RD,
1167 &sc->sc_stats.ast_rx_packets, 0, "packet recv on the interface");
/freebsd-11.0-release/sys/dev/wtap/
H A Dif_wtapioctl.h99 u_int32_t ast_rx_packets; /* packet recv on the interface */ member in struct:wtap_stats
/freebsd-11.0-release/tools/tools/ath/athstats/
H A Dathstats.c562 ((wf->cur.ath.ast_rx_packets - wf->total.ath.ast_rx_packets) -
807 (unsigned long) wf->total.ath.ast_rx_packets -

Completed in 61 milliseconds