Searched refs:ast_rx_crcerr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtapioctl.h91 u_int32_t ast_rx_crcerr; /* rx failed 'cuz of bad CRC */ member in struct:wtap_stats
/freebsd-11-stable/sys/dev/ath/
H A Dif_athioctl.h92 u_int32_t ast_rx_crcerr; /* rx failed 'cuz of bad CRC */ member in struct:ath_stats
H A Dif_ath_rx.c670 sc->sc_stats.ast_rx_crcerr++;
H A Dif_ath_sysctl.c1152 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_rx_crcerr", CTLFLAG_RD,
1153 &sc->sc_stats.ast_rx_crcerr, 0, "rx failed 'cuz of bad CRC");

Completed in 88 milliseconds