Home
last modified time | relevance | path

Searched refs:keyIx (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h37 u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx,
58 u_int keyIx, HAL_CIPHER cipher, uint8_t numDelims,
69 u_int keyIx, u_int flags);
H A Dar9300_freebsd.c747 u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, in ar9300_freebsd_setup_tx_desc() argument
755 if (keyIx != HAL_TXKEYIX_INVALID) in ar9300_freebsd_setup_tx_desc()
756 keyType = ahp->ah_keytype[keyIx]; in ar9300_freebsd_setup_tx_desc()
759 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_tx_desc()
833 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, in ar9300_freebsd_chain_tx_desc() argument
869 HAL_PKT_TYPE type, u_int txPower, u_int keyIx, u_int flags) in ar9300_freebsd_setup_11n_desc() argument
877 if (keyIx != HAL_TXKEYIX_INVALID) in ar9300_freebsd_setup_11n_desc()
878 keyType = ahp->ah_keytype[keyIx]; in ar9300_freebsd_setup_11n_desc()
881 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_11n_desc()
H A Dar9300_stub_funcs.h179 u_int keyIx, u_int antMode, u_int flags,
H A Dar9300_stub_funcs.c1021 u_int keyIx, u_int antMode, u_int flags, in ar9300_Stub_SetupTxDesc() argument
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c327 u_int keyIx, in ar5416SetupTxDesc() argument
391 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5416SetupTxDesc()
393 ads->ds_ctl1 |= SM(keyIx, AR_DestIdx); in ar5416SetupTxDesc()
395 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType); in ar5416SetupTxDesc()
529 u_int keyIx, in ar5416ChainTxDesc() argument
588 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5416ChainTxDesc()
590 ads->ds_ctl1 |= SM(keyIx, AR_DestIdx); in ar5416ChainTxDesc()
594 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType); in ar5416ChainTxDesc()
H A Dar5416.h374 u_int keyIx, u_int antMode, u_int flags,
396 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx,
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c483 u_int keyIx, in ar5210SetupTxDesc() argument
514 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5210SetupTxDesc()
515 ads->ds_ctl1 = (keyIx << AR_EncryptKeyIdx_S) & AR_EncryptKeyIdx; in ar5210SetupTxDesc()
H A Dar5210.h168 u_int keyIx, u_int antMode, u_int flags,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c515 u_int keyIx, in ar5211SetupTxDesc() argument
547 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5211SetupTxDesc()
549 (keyIx << AR_EncryptKeyIdx_S) & AR_EncryptKeyIdx; in ar5211SetupTxDesc()
H A Dar5211.h191 u_int keyIx, u_int antMode, u_int flags,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c694 u_int keyIx, in ar5212SetupTxDesc() argument
736 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5212SetupTxDesc()
738 ads->ds_ctl1 |= SM(keyIx, AR_DestIdx); in ar5212SetupTxDesc()
H A Dar5212.h605 u_int keyIx, u_int antMode, u_int flags,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1291 u_int keyIx, u_int antMode, u_int flags,