Home
last modified time | relevance | path

Searched refs:chanCwMin (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c237 uint32_t cwMin, chanCwMin, value; in ar5211ResetTxQueue() local
257 chanCwMin = INIT_CWMIN_11B; in ar5211ResetTxQueue()
259 chanCwMin = INIT_CWMIN; in ar5211ResetTxQueue()
261 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1) in ar5211ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c274 uint32_t cwMin, chanCwMin, qmisc, dmisc; in ar5212ResetTxQueue() local
296 chanCwMin = INIT_CWMIN_11B; in ar5212ResetTxQueue()
298 chanCwMin = INIT_CWMIN; in ar5212ResetTxQueue()
300 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1) in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1249 uint32_t cwMin, chanCwMin, qmisc, dmisc; in ar5416ResetTxQueue() local
1271 chanCwMin = INIT_CWMIN_11B; in ar5416ResetTxQueue()
1273 chanCwMin = INIT_CWMIN; in ar5416ResetTxQueue()
1275 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1) in ar5416ResetTxQueue()