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