Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah.c857 if (qInfo->tqi_lgretry != 0) in ath_hal_setTxQProps()
858 qi->tqi_lgretry = AH_MIN(qInfo->tqi_lgretry, 15); in ath_hal_setTxQProps()
860 qi->tqi_lgretry = INIT_LG_RETRY; in ath_hal_setTxQProps()
896 qInfo->tqi_lgretry = qi->tqi_lgretry; in ath_hal_getTxQProps()
Dah_internal.h411 uint16_t tqi_lgretry; /* frame long retry limit */ member
Dah.h291 uint16_t tqi_lgretry; /* long retry limit (not used)*/ member
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_xmit.c112 qi->tqi_lgretry = INIT_LG_RETRY; in ar5210SetupTxQueue()
224 | SM(qi->tqi_lgretry, AR_RETRY_LMT_LG_RETRY) in ar5210ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_xmit.c159 qi->tqi_lgretry = INIT_LG_RETRY; in ar5211SetupTxQueue()
277 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5211ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_xmit.c190 qi->tqi_lgretry = INIT_LG_RETRY; in ar5212SetupTxQueue()
314 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5212ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_xmit.c841 qi->tqi_lgretry = INIT_LG_RETRY; in ar5416SetupTxQueue()
930 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5416ResetTxQueue()