Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd.h42 u_int txRate2, u_int txTries2, u_int txRate3, u_int txTries3);
HDar9300_freebsd.c547 u_int txRate3, u_int txTries3) in ar9300_freebsd_setup_x_tx_desc() argument
555 txRate3, txTries3); in ar9300_freebsd_setup_x_tx_desc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_xmit.c764 u_int txRate3, u_int txTries3) in ar5212SetupXTxDesc() argument
782 if (txTries3) { in ar5212SetupXTxDesc()
784 ads->ds_ctl2 |= SM(txTries3, AR_XmitDataTries3) in ar5212SetupXTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
HDar5210_xmit.c531 u_int txRate3, u_int txTries3) in ar5210SetupXTxDesc() argument
536 (void) txRate3; (void) txTries3; in ar5210SetupXTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211_xmit.c561 u_int txRate3, u_int txTries3) in ar5211SetupXTxDesc() argument
566 (void) txRate3; (void) txTries3; in ar5211SetupXTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_xmit.c431 u_int txRate3, u_int txTries3) in ar5416SetupXTxDesc() argument
445 if (txTries3) { in ar5416SetupXTxDesc()
447 ads->ds_ctl2 |= SM(txTries3, AR_XmitDataTries3); in ar5416SetupXTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/
HDah.h1407 u_int txRate3, u_int txTries3);