Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h37 u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx,
62 u_int txRate0, u_int txTries0, u_int antMode, u_int rtsctsRate,
H A Dar9300_freebsd.c735 u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, in ar9300_freebsd_setup_tx_desc() argument
833 u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, in ar9300_freebsd_setup_first_tx_desc() argument
H A Dar9300_stub_funcs.h178 u_int txRate0, u_int txTries0,
H A Dar9300_stub_funcs.c1020 u_int txRate0, u_int txTries0, in ar9300_Stub_SetupTxDesc() argument
/freebsd-12.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c329 u_int txRate0, u_int txTries0, in ar5416SetupTxDesc() argument
347 HALASSERT(isValidTxRate(txRate0)); in ar5416SetupTxDesc()
360 txPower = ar5416GetTxRatePower(ah, txRate0, in ar5416SetupTxDesc()
379 ads->ds_ctl3 = (txRate0 << AR_XmitRate0_S) in ar5416SetupTxDesc()
623 u_int txRate0, u_int txTries0, u_int antMode, in ar5416SetupFirstTxDesc() argument
631 HALASSERT(isValidTxRate(txRate0)); in ar5416SetupFirstTxDesc()
644 ads->ds_ctl3 |= (txRate0 << AR_XmitRate0_S); in ar5416SetupFirstTxDesc()
H A Dar5416.h374 u_int txRate0, u_int txTries0,
401 u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0,
/freebsd-12.1/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c484 u_int txRate0, u_int txTries0, in ar5210SetupTxDesc() argument
502 HALASSERT(isValidTxRate(txRate0)); in ar5210SetupTxDesc()
509 | (txRate0 << AR_XmitRate_S) in ar5210SetupTxDesc()
H A Dar5210.h169 u_int txRate0, u_int txRetries0,
/freebsd-12.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c517 u_int txRate0, u_int txTries0, in ar5211SetupTxDesc() argument
535 HALASSERT(isValidTxRate(txRate0)); in ar5211SetupTxDesc()
539 | (txRate0 << AR_XmitRate_S) in ar5211SetupTxDesc()
H A Dar5211.h192 u_int txRate0, u_int txTries0,
/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c696 u_int txRate0, u_int txTries0, in ar5212SetupTxDesc() argument
714 HALASSERT(isValidTxRate(txRate0)); in ar5212SetupTxDesc()
737 ads->ds_ctl3 = (txRate0 << AR_XmitRate0_S) in ar5212SetupTxDesc()
H A Dar5212.h604 u_int txRate0, u_int txTries0,
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah.h1279 u_int txRate0, u_int txTries0,