Home
last modified time | relevance | path

Searched refs:tqi_shretry (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/dev/netif/ath/ath_hal/
H A Dah.c987 if (qInfo->tqi_shretry != 0) in ath_hal_setTxQProps()
988 qi->tqi_shretry = AH_MIN(qInfo->tqi_shretry, 15); in ath_hal_setTxQProps()
990 qi->tqi_shretry = INIT_SH_RETRY; in ath_hal_setTxQProps()
1029 qInfo->tqi_shretry = qi->tqi_shretry; in ath_hal_getTxQProps()
H A Dah_internal.h525 uint16_t tqi_shretry; /* frame short retry limit */ member
H A Dah.h357 uint16_t tqi_shretry; /* rts retry limit */ member
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_xmit.c111 qi->tqi_shretry = INIT_SH_RETRY; in ar5210SetupTxQueue()
225 | SM(qi->tqi_shretry, AR_RETRY_LMT_SH_RETRY) in ar5210ResetTxQueue()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_xmit.c158 qi->tqi_shretry = INIT_SH_RETRY; in ar5211SetupTxQueue()
278 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5211ResetTxQueue()
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c207 qi->tqi_shretry = INIT_SH_RETRY; in ar9300_setup_tx_queue()
335 SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)); in ar9300_reset_tx_queue()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_xmit.c190 qi->tqi_shretry = INIT_SH_RETRY; in ar5212SetupTxQueue()
317 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5212ResetTxQueue()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1195 qi->tqi_shretry = INIT_SH_RETRY; in ar5416SetupTxQueue()
1287 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5416ResetTxQueue()