Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c238 uint32_t cwMin, chanCwMin, value; in ar5211ResetTxQueue() local
258 chanCwMin = INIT_CWMIN_11B; in ar5211ResetTxQueue()
260 chanCwMin = INIT_CWMIN; in ar5211ResetTxQueue()
262 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1) in ar5211ResetTxQueue()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c275 uint32_t cwMin, chanCwMin, qmisc, dmisc; in ar5212ResetTxQueue() local
297 chanCwMin = INIT_CWMIN_11B; in ar5212ResetTxQueue()
299 chanCwMin = INIT_CWMIN; in ar5212ResetTxQueue()
301 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1) in ar5212ResetTxQueue()
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1245 uint32_t cwMin, chanCwMin, qmisc, dmisc; in ar5416ResetTxQueue() local
1267 chanCwMin = INIT_CWMIN_11B; in ar5416ResetTxQueue()
1269 chanCwMin = INIT_CWMIN; in ar5416ResetTxQueue()
1271 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1) in ar5416ResetTxQueue()