Searched refs:AR_CRCErr (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h110 #define AR_CRCErr 0x00000004 /* CRC error */ macro
H A Dar5210_recv.c246 if (ads->ds_status1 & AR_CRCErr)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h112 #define AR_CRCErr 0x00000004 /* CRC error */ macro
H A Dar5211_recv.c228 if (ads->ds_status1 & AR_CRCErr)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h160 #define AR_CRCErr 0x00000004 /* CRC error */ macro
H A Dar5212_recv.c281 * The AR5413 (at least) sometimes sets both AR_CRCErr and
309 if (ads->ds_rxstatus1 & AR_CRCErr)
/freebsd-11-stable/tools/tools/ath/athalq/
H A Dar5210_ds.c141 MF(rxs.ds_status1, AR_CRCErr),
H A Dar5211_ds.c142 MF(rxs.ds_status1, AR_CRCErr),
H A Dar5212_ds.c181 MF(rxs.ds_rxstatus1, AR_CRCErr),
H A Dar5416_ds.c321 MF(rxs.ds_rxstatus8, AR_CRCErr),
H A Dar5416_ds_tdma.c332 MF(rxs.ds_rxstatus8, AR_CRCErr),
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c241 * The AR5416 sometimes sets both AR_CRCErr and AR_PHYErr
270 if (ads->ds_rxstatus8 & AR_CRCErr)
H A Dar5416desc.h386 #define AR_CRCErr 0x00000004 macro

Completed in 206 milliseconds