Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_xmit.c239 u_int txRate1, u_int txTries1, in ar5416SetupXTxDesc() argument
246 HALASSERT(isValidTxRate(txRate1)); in ar5416SetupXTxDesc()
248 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5416SetupXTxDesc()
H A Dar5416.h211 u_int txRate1, u_int txRetries1,
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c736 u_int txRate1, u_int txTries1, in ar5212SetupXTxDesc() argument
743 HALASSERT(isValidTxRate(txRate1)); in ar5212SetupXTxDesc()
747 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5212SetupXTxDesc()
H A Dar5212.h577 u_int txRate1, u_int txRetries1,
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_xmit.c528 u_int txRate1, u_int txTries1, in ar5210SetupXTxDesc() argument
533 (void) txRate1; (void) txTries1; in ar5210SetupXTxDesc()
H A Dar5210.h169 u_int txRate1, u_int txRetries1,
/netbsd-src/sys/external/isc/atheros_hal/dist/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.h196 u_int txRate1, u_int txRetries1,
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.h736 u_int txRate1, u_int txTries1,