Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h41 struct ath_desc *ds, u_int txRate1, u_int txTries1,
H A Dar9300_freebsd.c748 u_int txRate1, u_int txTries1, in ar9300_freebsd_setup_x_tx_desc() argument
756 txRate1, txTries1, in ar9300_freebsd_setup_x_tx_desc()
H A Dar9300_stub_funcs.h183 u_int txRate1, u_int txRetries1,
H A Dar9300_stub_funcs.c1032 u_int txRate1, u_int txRetries1, in ar9300_Stub_SetupXTxDesc() argument
/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c763 u_int txRate1, u_int txTries1, in ar5212SetupXTxDesc() argument
770 HALASSERT(isValidTxRate(txRate1)); in ar5212SetupXTxDesc()
774 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5212SetupXTxDesc()
H A Dar5212.h609 u_int txRate1, u_int txRetries1,
/freebsd-13.1/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c531 u_int txRate1, u_int txTries1, in ar5210SetupXTxDesc() argument
536 (void) txRate1; (void) txTries1; in ar5210SetupXTxDesc()
H A Dar5210.h174 u_int txRate1, u_int txRetries1,
/freebsd-13.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c560 u_int txRate1, u_int txTries1, in ar5211SetupXTxDesc() argument
565 (void) txRate1; (void) txTries1; in ar5211SetupXTxDesc()
H A Dar5211.h197 u_int txRate1, u_int txRetries1,
/freebsd-13.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c432 u_int txRate1, u_int txTries1, in ar5416SetupXTxDesc() argument
439 HALASSERT(isValidTxRate(txRate1)); in ar5416SetupXTxDesc()
441 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5416SetupXTxDesc()
H A Dar5416.h380 u_int txRate1, u_int txRetries1,
/freebsd-13.1/sys/dev/ath/ath_hal/
H A Dah.h1298 u_int txRate1, u_int txTries1,