Home
last modified time | relevance | path

Searched refs:txRate2 (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.c767 u_int txRate2, u_int txTries2, in ar9300_freebsd_setup_x_tx_desc() argument
775 txRate2, txTries2, in ar9300_freebsd_setup_x_tx_desc()
H A Dar9300_stub_funcs.h184 u_int txRate2, u_int txRetries2,
H A Dar9300_stub_funcs.c1033 u_int txRate2, u_int txRetries2, in ar9300_Stub_SetupXTxDesc() argument
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c762 u_int txRate2, u_int txTries2, in ar5212SetupXTxDesc() argument
775 HALASSERT(isValidTxRate(txRate2)); in ar5212SetupXTxDesc()
779 ads->ds_ctl3 |= (txRate2 << AR_XmitRate2_S); in ar5212SetupXTxDesc()
H A Dar5212.h610 u_int txRate2, u_int txRetries2,
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c530 u_int txRate2, u_int txTries2, in ar5210SetupXTxDesc() argument
535 (void) txRate2; (void) txTries2; in ar5210SetupXTxDesc()
H A Dar5210.h173 u_int txRate2, u_int txRetries2,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c559 u_int txRate2, u_int txTries2, in ar5211SetupXTxDesc() argument
564 (void) txRate2; (void) txTries2; in ar5211SetupXTxDesc()
H A Dar5211.h196 u_int txRate2, u_int txRetries2,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c431 u_int txRate2, u_int txTries2, in ar5416SetupXTxDesc() argument
442 HALASSERT(isValidTxRate(txRate2)); in ar5416SetupXTxDesc()
444 ads->ds_ctl3 |= (txRate2 << AR_XmitRate2_S); in ar5416SetupXTxDesc()
H A Dar5416.h379 u_int txRate2, u_int txRetries2,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1297 u_int txRate2, u_int txTries2,