Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c575 if (q >= pCap->total_queues) { in ath9k_hw_set_txq_props()
646 if (q >= pCap->total_queues) { in ath9k_hw_get_txq_props()
688 q = pCap->total_queues - 1; in ath9k_hw_setuptxqueue()
691 q = pCap->total_queues - 2; in ath9k_hw_setuptxqueue()
697 q = pCap->total_queues - 3; in ath9k_hw_setuptxqueue()
700 for (q = 0; q < pCap->total_queues; q++) in ath9k_hw_setuptxqueue()
704 if (q == pCap->total_queues) { in ath9k_hw_setuptxqueue()
757 if (q >= pCap->total_queues) { in ath9k_hw_releasetxqueue()
793 if (q >= pCap->total_queues) { in ath9k_hw_resettxqueue()
H A Darn_ath9k.h242 uint16_t total_queues; member
H A Darn_hw.c2547 for (i = 0; i < ah->ah_caps.total_queues; i++) in ath9k_hw_reset()
3531 pCap->total_queues = in ath9k_hw_fill_cap_info()
3534 pCap->total_queues = ATH9K_NUM_TX_QUEUES; in ath9k_hw_fill_cap_info()