Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dmac.c215 if (q >= pCap->total_queues) { in ath9k_hw_set_txq_props()
286 if (q >= pCap->total_queues) { in ath9k_hw_get_txq_props()
328 q = pCap->total_queues - 1; in ath9k_hw_setuptxqueue()
331 q = pCap->total_queues - 2; in ath9k_hw_setuptxqueue()
337 q = pCap->total_queues - 3; in ath9k_hw_setuptxqueue()
340 for (q = 0; q < pCap->total_queues; q++) in ath9k_hw_setuptxqueue()
344 if (q == pCap->total_queues) { in ath9k_hw_setuptxqueue()
389 if (q >= pCap->total_queues) { in ath9k_hw_releasetxqueue()
423 if (q >= pCap->total_queues) { in ath9k_hw_resettxqueue()
Dhw.c1412 for (i = 0; i < ah->caps.total_queues; i++) in ath9k_hw_reset()
1869 pCap->total_queues = in ath9k_hw_fill_cap_info()
1872 pCap->total_queues = ATH9K_NUM_TX_QUEUES; in ath9k_hw_fill_cap_info()
Dhw.h198 u16 total_queues; member