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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h125 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
H A Dar5210_recv.c261 if (ads->ds_status1 & AR_KeyIdxValid)
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h127 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
H A Dar5211_recv.c240 if (ads->ds_status1 & AR_KeyIdxValid)
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h167 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
H A Dar5212_recv.c272 if (ads->ds_rxstatus1 & AR_KeyIdxValid)
/freebsd-13-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 62 milliseconds