Searched refs:total_queues (Results 1 – 3 of 3) sorted by relevance
215 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()
1412 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()
198 u16 total_queues; member