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) {
646 if (q >= pCap->total_queues) {
688 q = pCap->total_queues - 1;
691 q = pCap->total_queues - 2;
697 q = pCap->total_queues - 3;
700 for (q = 0; q < pCap->total_queues; q++)
704 if (q == pCap->total_queues) {
757 if (q >= pCap->total_queues) {
793 if (q >= pCap->total_queues) {
H A Darn_ath9k.h242 uint16_t total_queues; member in struct:ath9k_hw_capabilities
H A Darn_hw.c2547 for (i = 0; i < ah->ah_caps.total_queues; i++)
3531 pCap->total_queues =
3534 pCap->total_queues = ATH9K_NUM_TX_QUEUES;

Completed in 81 milliseconds