Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd.c525 u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, in ar9300_freebsd_setup_tx_desc() argument
533 if (keyIx != HAL_TXKEYIX_INVALID) in ar9300_freebsd_setup_tx_desc()
534 keyType = ahp->ah_keytype[keyIx]; in ar9300_freebsd_setup_tx_desc()
537 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_tx_desc()
611 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, in ar9300_freebsd_chain_tx_desc() argument
647 HAL_PKT_TYPE type, u_int txPower, u_int keyIx, u_int flags) in ar9300_freebsd_setup_11n_desc() argument
655 if (keyIx != HAL_TXKEYIX_INVALID) in ar9300_freebsd_setup_11n_desc()
656 keyType = ahp->ah_keytype[keyIx]; in ar9300_freebsd_setup_11n_desc()
659 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_11n_desc()
HDar9300_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);
HDar9300_stub_funcs.h179 u_int keyIx, u_int antMode, u_int flags,
HDar9300_stub_funcs.c1021 u_int keyIx, u_int antMode, u_int flags, in ar9300_Stub_SetupTxDesc() argument
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c328 u_int keyIx, in ar5416SetupTxDesc() argument
390 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5416SetupTxDesc()
392 ads->ds_ctl1 |= SM(keyIx, AR_DestIdx); in ar5416SetupTxDesc()
394 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType); in ar5416SetupTxDesc()
524 u_int keyIx, in ar5416ChainTxDesc() argument
583 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5416ChainTxDesc()
585 ads->ds_ctl1 |= SM(keyIx, AR_DestIdx); in ar5416ChainTxDesc()
589 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType); in ar5416ChainTxDesc()
HDar5416.h379 u_int keyIx, u_int antMode, u_int flags,
401 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx,
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_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()
HDar5210.h168 u_int keyIx, u_int antMode, u_int flags,
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c516 u_int keyIx, in ar5211SetupTxDesc() argument
548 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5211SetupTxDesc()
550 (keyIx << AR_EncryptKeyIdx_S) & AR_EncryptKeyIdx; in ar5211SetupTxDesc()
HDar5211.h191 u_int keyIx, u_int antMode, u_int flags,
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c695 u_int keyIx, in ar5212SetupTxDesc() argument
737 if (keyIx != HAL_TXKEYIX_INVALID) { in ar5212SetupTxDesc()
739 ads->ds_ctl1 |= SM(keyIx, AR_DestIdx); in ar5212SetupTxDesc()
HDar5212.h603 u_int keyIx, u_int antMode, u_int flags,
/NextBSD/sys/dev/ath/ath_hal/
HDah.h1400 u_int keyIx, u_int antMode, u_int flags,