Searched refs:AR_KeyIdxValid (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h123 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
H A Dar5210_recv.c260 if (ads->ds_status1 & AR_KeyIdxValid)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h125 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
H A Dar5211_recv.c239 if (ads->ds_status1 & AR_KeyIdxValid)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h165 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
H A Dar5212_recv.c271 if (ads->ds_rxstatus1 & AR_KeyIdxValid)
/freebsd-11-stable/tools/tools/ath/athalq/
H A Dar5210_ds.c144 MF(rxs.ds_status1, AR_KeyIdxValid));
H A Dar5211_ds.c145 MF(rxs.ds_status1, AR_KeyIdxValid));
H A Dar5212_ds.c186 MF(rxs.ds_rxstatus1, AR_KeyIdxValid));

Completed in 129 milliseconds