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

/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.c971 if (qInfo->tqi_cwmax != HAL_TXQ_USEDEFAULT) {
972 cw = AH_MIN(qInfo->tqi_cwmax, 1024);
974 qi->tqi_cwmax = 1;
975 while (qi->tqi_cwmax < cw)
976 qi->tqi_cwmax = (qi->tqi_cwmax << 1) | 1;
978 qi->tqi_cwmax = INIT_CWMAX;
1021 qInfo->tqi_cwmax = qi->tqi_cwmax;
H A Dah_internal.h517 uint32_t tqi_cwmax; /* cwMax */ member in struct:__anon7528
H A Dah.h355 uint32_t tqi_cwmax; /* cwMax */ member in struct:__anon7436
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c157 qi->tqi_cwmax = INIT_CWMAX;
270 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX)
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_beacon.c119 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT;
148 qi.tqi_cwmax = ATH_BEACON_CWMAX_DEFAULT;
157 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
H A Dif_ath.c3686 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT;
3811 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
3821 qi.tqi_aifs, qi.tqi_cwmin, qi.tqi_cwmax, qi.tqi_burstTime);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radar.c447 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX)
H A Dar9300_xmit.c206 qi->tqi_cwmax = INIT_CWMAX;
327 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c189 qi->tqi_cwmax = INIT_CWMAX;
309 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1194 qi->tqi_cwmax = INIT_CWMAX;
1279 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX)

Completed in 201 milliseconds