Home
last modified time | relevance | path

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

/freebsd/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.c766 u_int txRate1, u_int txTries1, in ar9300_freebsd_setup_x_tx_desc() argument
774 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/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c761 u_int txRate1, u_int txTries1, in ar5212SetupXTxDesc() argument
768 HALASSERT(isValidTxRate(txRate1)); in ar5212SetupXTxDesc()
772 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5212SetupXTxDesc()
H A Dar5212.h609 u_int txRate1, u_int txRetries1,
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c529 u_int txRate1, u_int txTries1, in ar5210SetupXTxDesc() argument
534 (void) txRate1; (void) txTries1; in ar5210SetupXTxDesc()
H A Dar5210.h172 u_int txRate1, u_int txRetries1,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c558 u_int txRate1, u_int txTries1, in ar5211SetupXTxDesc() argument
563 (void) txRate1; (void) txTries1; in ar5211SetupXTxDesc()
H A Dar5211.h195 u_int txRate1, u_int txRetries1,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c430 u_int txRate1, u_int txTries1, in ar5416SetupXTxDesc() argument
437 HALASSERT(isValidTxRate(txRate1)); in ar5416SetupXTxDesc()
439 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5416SetupXTxDesc()
H A Dar5416.h378 u_int txRate1, u_int txRetries1,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1296 u_int txRate1, u_int txTries1,