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

/freebsd-11.0-release/sys/dev/wtap/
H A Dif_wtapioctl.h96 u_int32_t ast_rx_phy[32]; /* rx PHY error per-code counts */ member in struct:wtap_stats
/freebsd-11.0-release/sys/dev/ath/
H A Dif_athioctl.h97 u_int32_t ast_rx_phy[64]; /* rx PHY error per-code counts */ member in struct:ath_stats
H A Dif_ath_rx.c684 sc->sc_stats.ast_rx_phy[rs->rs_phyerr]++;
H A Dif_ath_sysctl.c1033 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, sn, CTLFLAG_RD, &sc->sc_stats.ast_rx_phy[i], 0, "");
/freebsd-11.0-release/tools/tools/ath/athstats/
H A Dathstats.c546 snprintf(b, bs, "%u", wf->cur.ath.ast_rx_phy[x] - wf->total.ath.ast_rx_phy[x]); return 1
792 snprintf(b, bs, "%u", wf->total.ath.ast_rx_phy[x]); return 1

Completed in 68 milliseconds