Home
last modified time | relevance | path

Searched refs:tqi_cwmax (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1084 if (qInfo->tqi_cwmax != HAL_TXQ_USEDEFAULT) { in ath_hal_setTxQProps()
1085 cw = AH_MIN(qInfo->tqi_cwmax, 1024); in ath_hal_setTxQProps()
1087 qi->tqi_cwmax = 1; in ath_hal_setTxQProps()
1088 while (qi->tqi_cwmax < cw) in ath_hal_setTxQProps()
1089 qi->tqi_cwmax = (qi->tqi_cwmax << 1) | 1; in ath_hal_setTxQProps()
1091 qi->tqi_cwmax = INIT_CWMAX; in ath_hal_setTxQProps()
1133 qInfo->tqi_cwmax = qi->tqi_cwmax; in ath_hal_getTxQProps()
H A Dah_internal.h530 uint32_t tqi_cwmax; /* cwMax */ member
H A Dah.h369 uint32_t tqi_cwmax; /* cwMax */ member
/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c120 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT; in ath_beaconq_setup()
149 qi.tqi_cwmax = ATH_BEACON_CWMAX_DEFAULT; in ath_beaconq_config()
162 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in ath_beaconq_config()
H A Dif_ath.c4016 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT; in ath_txq_setup()
4140 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in ath_txq_update()
4150 qi.tqi_aifs, qi.tqi_cwmin, qi.tqi_cwmax, qi.tqi_burstTime); in ath_txq_update()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c157 qi->tqi_cwmax = INIT_CWMAX; in ar5211SetupTxQueue()
269 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) in ar5211ResetTxQueue()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c206 qi->tqi_cwmax = INIT_CWMAX; in ar9300_setup_tx_queue()
328 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) in ar9300_reset_tx_queue()
H A Dar9300_radar.c472 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX)
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c188 qi->tqi_cwmax = INIT_CWMAX; in ar5212SetupTxQueue()
308 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1198 qi->tqi_cwmax = INIT_CWMAX; in ar5416SetupTxQueue()
1283 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) in ar5416ResetTxQueue()