Home
last modified time | relevance | path

Searched refs:txTries2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_freebsd.h42 u_int txRate2, u_int txTries2, u_int txRate3, u_int txTries3);
Dar9300_freebsd.c749 u_int txRate2, u_int txTries2, in ar9300_freebsd_setup_x_tx_desc() argument
757 txRate2, txTries2, in ar9300_freebsd_setup_x_tx_desc()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_xmit.c764 u_int txRate2, u_int txTries2, in ar5212SetupXTxDesc() argument
776 if (txTries2) { in ar5212SetupXTxDesc()
778 ads->ds_ctl2 |= SM(txTries2, AR_XmitDataTries2) in ar5212SetupXTxDesc()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_xmit.c532 u_int txRate2, u_int txTries2, in ar5210SetupXTxDesc() argument
537 (void) txRate2; (void) txTries2; in ar5210SetupXTxDesc()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_xmit.c561 u_int txRate2, u_int txTries2, in ar5211SetupXTxDesc() argument
566 (void) txRate2; (void) txTries2; in ar5211SetupXTxDesc()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_xmit.c433 u_int txRate2, u_int txTries2, in ar5416SetupXTxDesc() argument
443 if (txTries2) { in ar5416SetupXTxDesc()
445 ads->ds_ctl2 |= SM(txTries2, AR_XmitDataTries2); in ar5416SetupXTxDesc()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h1299 u_int txRate2, u_int txTries2,