Searched refs:txRate0 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
H A D | ar5416_xmit.c | 161 u_int txRate0, u_int txTries0, in ar5416SetupTxDesc() argument 179 HALASSERT(isValidTxRate(txRate0)); in ar5416SetupTxDesc() 199 ads->ds_ctl3 = (txRate0 << AR_XmitRate0_S) in ar5416SetupTxDesc() 378 u_int txRate0, u_int txTries0, u_int antMode, 386 HALASSERT(isValidTxRate(txRate0)); 399 ads->ds_ctl3 |= (txRate0 << AR_XmitRate0_S);
|
H A D | ar5416.h | 206 u_int txRate0, u_int txTries0,
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/ |
H A D | ar5210_xmit.c | 482 u_int txRate0, u_int txTries0, in ar5210SetupTxDesc() argument 500 HALASSERT(isValidTxRate(txRate0)); in ar5210SetupTxDesc() 507 | (txRate0 << AR_XmitRate_S) in ar5210SetupTxDesc()
|
H A D | ar5210.h | 164 u_int txRate0, u_int txRetries0,
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
H A D | ar5211_xmit.c | 514 u_int txRate0, u_int txTries0, in ar5211SetupTxDesc() argument 532 HALASSERT(isValidTxRate(txRate0)); in ar5211SetupTxDesc() 536 | (txRate0 << AR_XmitRate_S) in ar5211SetupTxDesc()
|
H A D | ar5211.h | 191 u_int txRate0, u_int txTries0,
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
H A D | ar5212_xmit.c | 668 u_int txRate0, u_int txTries0, in ar5212SetupTxDesc() argument 686 HALASSERT(isValidTxRate(txRate0)); in ar5212SetupTxDesc() 709 ads->ds_ctl3 = (txRate0 << AR_XmitRate0_S) in ar5212SetupTxDesc()
|
H A D | ar5212.h | 572 u_int txRate0, u_int txTries0,
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ |
H A D | ah.h | 730 u_int txRate0, u_int txTries0,
|