Home
last modified time | relevance | path

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

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