HomeSort by: relevance | last modified time | path
    Searched defs:cwMin (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_xmit.c 159 uint32_t cwMin;
215 cwMin = INIT_CWMIN;
217 cwMin = qi->tqi_cwmin;
219 /* Set cwmin and retry limit values */
221 (cwMin << AR_RETRY_LMT_CW_MIN_S)
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_xmit.c 230 * Set the retry, aifs, cwmin/max, readyTime regs for specified queue
238 uint32_t cwMin, chanCwMin, value;
254 * Select cwmin according to channel type.
261 /* make sure that the CWmin is of the form (2^n - 1) */
262 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1)
265 cwMin = qi->tqi_cwmin;
267 /* set cwMin/Max and AIFS values *
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_xmit.c 262 * Set the retry, aifs, cwmin/max, readyTime regs for specified queue
273 uint32_t cwMin, chanCwMin, value, qmisc, dmisc;
291 * Select cwmin according to channel type.
298 /* make sure that the CWmin is of the form (2^n - 1) */
299 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1)
302 cwMin = qi->tqi_cwmin;
304 /* set cwMin/Max and AIFS values *
    [all...]

Completed in 14 milliseconds