Lines Matching refs:pCap
212 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_set_txq_props() local
215 if (q >= pCap->total_queues) { in ath9k_hw_set_txq_props()
283 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_get_txq_props() local
286 if (q >= pCap->total_queues) { in ath9k_hw_get_txq_props()
323 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_setuptxqueue() local
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()
385 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_releasetxqueue() local
389 if (q >= pCap->total_queues) { in ath9k_hw_releasetxqueue()
417 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_resettxqueue() local
423 if (q >= pCap->total_queues) { in ath9k_hw_resettxqueue()
884 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_set_interrupts() local
925 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) in ath9k_hw_set_interrupts()
959 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) { in ath9k_hw_set_interrupts()