Searched refs:txTries1 (Results 1 – 5 of 5) sorted by relevance
/netbsd/sys/external/isc/atheros_hal/dist/ar5416/ |
H A D | ar5416_xmit.c | 239 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 D | ar5212_xmit.c | 736 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 D | ar5210_xmit.c | 528 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 D | ar5211_xmit.c | 558 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 D | ah.h | 736 u_int txRate1, u_int txTries1,
|