Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c791 uint32_t cwMin, chanCwMin, value; in ath9k_hw_resettxqueue() local
817 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1) { in ath9k_hw_resettxqueue()
821 cwMin = qi->tqi_cwmin; in ath9k_hw_resettxqueue()
824 SM(cwMin, AR_D_LCL_IFS_CWMIN) | in ath9k_hw_resettxqueue()