Home
last modified time | relevance | path

Searched refs:txTries0 (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
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,
Dar9300_freebsd.c728 u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, in ar9300_freebsd_setup_tx_desc() argument
827 u_int txTries0, u_int antMode, u_int rtsctsRate, u_int rtsctsDuration) in ar9300_freebsd_setup_first_tx_desc() argument
Dar9300_stub_funcs.h178 u_int txRate0, u_int txTries0,
Dar9300_stub_funcs.c1020 u_int txRate0, u_int txTries0, in ar9300_Stub_SetupTxDesc() argument
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_xmit.c328 u_int txRate0, u_int txTries0, in ar5416SetupTxDesc() argument
344 HALASSERT(txTries0 != 0); in ar5416SetupTxDesc()
375 ads->ds_ctl2 = SM(txTries0, AR_XmitDataTries0) in ar5416SetupTxDesc()
622 u_int txRate0, u_int txTries0, u_int antMode, in ar5416SetupFirstTxDesc() argument
629 HALASSERT(txTries0 != 0); in ar5416SetupFirstTxDesc()
642 ads->ds_ctl2 |= SM(txTries0, AR_XmitDataTries0); in ar5416SetupFirstTxDesc()
Dar5416.h375 u_int txRate0, u_int txTries0,
402 u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0,
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_xmit.c695 u_int txRate0, u_int txTries0, in ar5212SetupTxDesc() argument
711 HALASSERT(txTries0 != 0); in ar5212SetupTxDesc()
733 ads->ds_ctl2 = SM(txTries0, AR_XmitDataTries0) in ar5212SetupTxDesc()
Dar5212.h604 u_int txRate0, u_int txTries0,
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_xmit.c484 u_int txRate0, u_int txTries0, in ar5210SetupTxDesc() argument
500 HALASSERT(txTries0 != 0); in ar5210SetupTxDesc()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_xmit.c516 u_int txRate0, u_int txTries0, in ar5211SetupTxDesc() argument
532 HALASSERT(txTries0 != 0); in ar5211SetupTxDesc()
Dar5211.h192 u_int txRate0, u_int txTries0,
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h1292 u_int txRate0, u_int txTries0,