Home
last modified time | relevance | path

Searched refs:AR_EncryptKeyIdx_S (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211desc.h57 #define AR_EncryptKeyIdx_S 13 macro
HDar5211_xmit.c549 (keyIx << AR_EncryptKeyIdx_S) & AR_EncryptKeyIdx; in ar5211SetupTxDesc()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210desc.h71 #define AR_EncryptKeyIdx_S 13 macro
HDar5210_xmit.c515 ads->ds_ctl1 = (keyIx << AR_EncryptKeyIdx_S) & AR_EncryptKeyIdx; in ar5210SetupTxDesc()