Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah.c985 if (qInfo->tqi_cwmax != HAL_TXQ_USEDEFAULT) { in ath_hal_setTxQProps()
986 cw = AH_MIN(qInfo->tqi_cwmax, 1024); in ath_hal_setTxQProps()
988 qi->tqi_cwmax = 1; in ath_hal_setTxQProps()
989 while (qi->tqi_cwmax < cw) in ath_hal_setTxQProps()
990 qi->tqi_cwmax = (qi->tqi_cwmax << 1) | 1; in ath_hal_setTxQProps()
992 qi->tqi_cwmax = INIT_CWMAX; in ath_hal_setTxQProps()
1035 qInfo->tqi_cwmax = qi->tqi_cwmax; in ath_hal_getTxQProps()
HDah_internal.h524 uint32_t tqi_cwmax; /* cwMax */ member
HDah.h356 uint32_t tqi_cwmax; /* cwMax */ member
/NextBSD/sys/dev/ath/
HDif_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()
158 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in ath_beaconq_config()
HDif_ath.c3835 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT; in ath_txq_setup()
3955 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in ath_txq_update()
3965 qi.tqi_aifs, qi.tqi_cwmin, qi.tqi_cwmax, qi.tqi_burstTime); in ath_txq_update()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c157 qi->tqi_cwmax = INIT_CWMAX; in ar5211SetupTxQueue()
270 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) in ar5211ResetTxQueue()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c206 qi->tqi_cwmax = INIT_CWMAX; in ar9300_setup_tx_queue()
327 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) in ar9300_reset_tx_queue()
HDar9300_radar.c447 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX)
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c189 qi->tqi_cwmax = INIT_CWMAX; in ar5212SetupTxQueue()
309 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) in ar5212ResetTxQueue()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1194 qi->tqi_cwmax = INIT_CWMAX; in ar5416SetupTxQueue()
1279 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) in ar5416ResetTxQueue()