Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_xmit.c241 u_int txRate3, u_int txTries3) in ar5416SetupXTxDesc() argument
256 HALASSERT(isValidTxRate(txRate3)); in ar5416SetupXTxDesc()
258 ads->ds_ctl3 |= (txRate3 << AR_XmitRate3_S); in ar5416SetupXTxDesc()
H A Dar5416.h213 u_int txRate3, u_int txRetries3);
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c738 u_int txRate3, u_int txTries3) in ar5212SetupXTxDesc() argument
757 HALASSERT(isValidTxRate(txRate3)); in ar5212SetupXTxDesc()
761 ads->ds_ctl3 |= (txRate3 << AR_XmitRate3_S); in ar5212SetupXTxDesc()
H A Dar5212.h579 u_int txRate3, u_int txRetries3);
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_xmit.c530 u_int txRate3, u_int txTries3) in ar5210SetupXTxDesc() argument
535 (void) txRate3; (void) txTries3; in ar5210SetupXTxDesc()
H A Dar5210.h171 u_int txRate3, u_int txRetries3);
/netbsd-src/sys/external/isc/atheros_hal/dist/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.h198 u_int txRate3, u_int txRetries3);
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.h738 u_int txRate3, u_int txTries3);