Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h42 u_int txRate2, u_int txTries2, u_int txRate3, u_int txTries3);
H A Dar9300_freebsd.c768 u_int txRate3, u_int txTries3) in ar9300_freebsd_setup_x_tx_desc() argument
776 txRate3, txTries3); in ar9300_freebsd_setup_x_tx_desc()
H A Dar9300_stub_funcs.h185 u_int txRate3, u_int txRetries3);
H A Dar9300_stub_funcs.c1034 u_int txRate3, u_int txRetries3) in ar9300_Stub_SetupXTxDesc() argument
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c763 u_int txRate3, u_int txTries3) in ar5212SetupXTxDesc() argument
782 HALASSERT(isValidTxRate(txRate3)); in ar5212SetupXTxDesc()
786 ads->ds_ctl3 |= (txRate3 << AR_XmitRate3_S); in ar5212SetupXTxDesc()
H A Dar5212.h611 u_int txRate3, u_int txRetries3);
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c531 u_int txRate3, u_int txTries3) in ar5210SetupXTxDesc() argument
536 (void) txRate3; (void) txTries3; in ar5210SetupXTxDesc()
H A Dar5210.h174 u_int txRate3, u_int txRetries3);
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c560 u_int txRate3, u_int txTries3) in ar5211SetupXTxDesc() argument
565 (void) txRate3; (void) txTries3; in ar5211SetupXTxDesc()
H A Dar5211.h197 u_int txRate3, u_int txRetries3);
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c432 u_int txRate3, u_int txTries3) in ar5416SetupXTxDesc() argument
447 HALASSERT(isValidTxRate(txRate3)); in ar5416SetupXTxDesc()
449 ads->ds_ctl3 |= (txRate3 << AR_XmitRate3_S); in ar5416SetupXTxDesc()
H A Dar5416.h380 u_int txRate3, u_int txRetries3);
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1298 u_int txRate3, u_int txTries3);