Searched refs:cwMin (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c238 uint32_t cwMin, chanCwMin, value; local
262 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1)
265 cwMin = qi->tqi_cwmin;
267 /* set cwMin/Max and AIFS values */
269 SM(cwMin, AR_D_LCL_IFS_CWMIN)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c275 uint32_t cwMin, chanCwMin, qmisc, dmisc; local
301 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1)
304 cwMin = qi->tqi_cwmin;
306 /* set cwMin/Max and AIFS values */
308 SM(cwMin, AR_D_LCL_IFS_CWMIN)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c159 uint32_t cwMin; local
215 cwMin = INIT_CWMIN;
217 cwMin = qi->tqi_cwmin;
221 (cwMin << AR_RETRY_LMT_CW_MIN_S)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1251 uint32_t cwMin, chanCwMin, qmisc, dmisc; local
1277 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1)
1280 cwMin = qi->tqi_cwmin;
1282 /* set cwMin/Max and AIFS values */
1284 SM(cwMin, AR_D_LCL_IFS_CWMIN)

Completed in 62 milliseconds