Searched refs:ast_rx_phy (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/wtap/ |
H A D | if_wtapioctl.h | 96 u_int32_t ast_rx_phy[32]; /* rx PHY error per-code counts */ member
|
/freebsd/sys/dev/ath/ |
H A D | if_athioctl.h | 101 u_int32_t ast_rx_phy[ATH_IOCTL_STATS_NUM_RX_PHYERR]; member
|
H A D | if_ath_rx.c | 711 sc->sc_stats.ast_rx_phy[rs->rs_phyerr]++; in ath_rx_pkt()
|
H A D | if_ath_sysctl.c | 1037 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, sn, CTLFLAG_RD, &sc->sc_stats.ast_rx_phy[i], 0, ""); in ath_sysctl_stats_attach_rxphyerr()
|
/freebsd/tools/tools/ath/athstats/ |
H A D | athstats.c | 556 snprintf(b, bs, "%u", wf->cur.ath.ast_rx_phy[x] - wf->total.ath.ast_rx_phy[x]); return 1 in ath_get_curstat() 810 snprintf(b, bs, "%u", wf->total.ath.ast_rx_phy[x]); return 1 in ath_get_totstat()
|