Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211desc.h127 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
Dar5211_recv.c235 if (ads->ds_status1 & AR_KeyIdxValid) in ar5211ProcRxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210desc.h123 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
Dar5210_recv.c256 if (ads->ds_status1 & AR_KeyIdxValid) in ar5210ProcRxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212desc.h166 #define AR_KeyIdxValid 0x00000100 /* decryption key index valid */ macro
Dar5212_recv.c266 if (ads->ds_rxstatus1 & AR_KeyIdxValid) in ar5212ProcRxDesc()