Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211desc.h56 #define AR_EncryptKeyIdx 0x000fe000 /* ecnrypt key table index */ macro
Dar5211_xmit.c550 (keyIx << AR_EncryptKeyIdx_S) & AR_EncryptKeyIdx; in ar5211SetupTxDesc()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210desc.h70 #define AR_EncryptKeyIdx 0x0007e000 /* ecnrypt key table index */ macro
Dar5210_xmit.c515 ads->ds_ctl1 = (keyIx << AR_EncryptKeyIdx_S) & AR_EncryptKeyIdx; in ar5210SetupTxDesc()
/freebsd-10-stable/tools/tools/ath/athalq/
Dar5210_ds.c107 MS(txc.ds_ctl1, AR_EncryptKeyIdx), in ar5210_decode_txdesc()
Dar5211_ds.c107 MS(txc.ds_ctl1, AR_EncryptKeyIdx), in ar5211_decode_txdesc()