Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211desc.h125 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
HDar5211_recv.c239 if (ads->ds_status1 & AR_KeyIdxValid) in ar5211ProcRxDesc()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210desc.h123 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
HDar5210_recv.c260 if (ads->ds_status1 & AR_KeyIdxValid) in ar5210ProcRxDesc()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212desc.h165 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
HDar5212_recv.c271 if (ads->ds_rxstatus1 & AR_KeyIdxValid) in ar5212ProcRxDesc()
/NextBSD/tools/tools/ath/athalq/
HDar5210_ds.c144 MF(rxs.ds_status1, AR_KeyIdxValid)); in ar5210_decode_rxstatus()
HDar5211_ds.c145 MF(rxs.ds_status1, AR_KeyIdxValid)); in ar5211_decode_rxstatus()
HDar5212_ds.c186 MF(rxs.ds_rxstatus1, AR_KeyIdxValid)); in ar5212_decode_rxstatus()