Home
last modified time | relevance | path

Searched refs:txRate2 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_xmit.c240 u_int txRate2, u_int txTries2, in ar5416SetupXTxDesc() argument
251 HALASSERT(isValidTxRate(txRate2)); in ar5416SetupXTxDesc()
253 ads->ds_ctl3 |= (txRate2 << AR_XmitRate2_S); in ar5416SetupXTxDesc()
H A Dar5416.h212 u_int txRate2, u_int txRetries2,
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c737 u_int txRate2, u_int txTries2, in ar5212SetupXTxDesc() argument
750 HALASSERT(isValidTxRate(txRate2)); in ar5212SetupXTxDesc()
754 ads->ds_ctl3 |= (txRate2 << AR_XmitRate2_S); in ar5212SetupXTxDesc()
H A Dar5212.h578 u_int txRate2, u_int txRetries2,
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_xmit.c529 u_int txRate2, u_int txTries2, in ar5210SetupXTxDesc() argument
534 (void) txRate2; (void) txTries2; in ar5210SetupXTxDesc()
H A Dar5210.h170 u_int txRate2, u_int txRetries2,
/netbsd-src/sys/external/isc/atheros_hal/dist/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.h197 u_int txRate2, u_int txRetries2,
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.h737 u_int txRate2, u_int txTries2,