Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1097 if (qInfo->tqi_lgretry != 0) in ath_hal_setTxQProps()
1098 qi->tqi_lgretry = AH_MIN(qInfo->tqi_lgretry, 15); in ath_hal_setTxQProps()
1100 qi->tqi_lgretry = INIT_LG_RETRY; in ath_hal_setTxQProps()
1135 qInfo->tqi_lgretry = qi->tqi_lgretry; in ath_hal_getTxQProps()
H A Dah_internal.h532 uint16_t tqi_lgretry; /* frame long retry limit */ member
H A Dah.h371 uint16_t tqi_lgretry; /* long retry limit (not used)*/ member
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c112 qi->tqi_lgretry = INIT_LG_RETRY; in ar5210SetupTxQueue()
224 | SM(qi->tqi_lgretry, AR_RETRY_LMT_LG_RETRY) in ar5210ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c159 qi->tqi_lgretry = INIT_LG_RETRY; in ar5211SetupTxQueue()
276 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5211ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c190 qi->tqi_lgretry = INIT_LG_RETRY; in ar5212SetupTxQueue()
315 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1200 qi->tqi_lgretry = INIT_LG_RETRY; in ar5416SetupTxQueue()
1290 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5416ResetTxQueue()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c208 qi->tqi_lgretry = INIT_LG_RETRY; in ar9300_setup_tx_queue()