Home
last modified time | relevance | path

Searched refs:txTries1 (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_xmit.c239 u_int txRate1, u_int txTries1, in ar5416SetupXTxDesc() argument
245 if (txTries1) { in ar5416SetupXTxDesc()
247 ads->ds_ctl2 |= SM(txTries1, AR_XmitDataTries1); in ar5416SetupXTxDesc()
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c736 u_int txRate1, u_int txTries1, in ar5212SetupXTxDesc() argument
742 if (txTries1) { in ar5212SetupXTxDesc()
744 ads->ds_ctl2 |= SM(txTries1, AR_XmitDataTries1) in ar5212SetupXTxDesc()
/netbsd/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()
/netbsd/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()
/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah.h736 u_int txRate1, u_int txTries1,