Searched refs:pCap (Results 1 – 2 of 2) sorted by relevance
149 struct ath9k_hw_capabilities *pCap = &ah->ah_caps; in ath9k_get_channel_edges() local152 *low = pCap->low_5ghz_chan; in ath9k_get_channel_edges()153 *high = pCap->high_5ghz_chan; in ath9k_get_channel_edges()157 *low = pCap->low_2ghz_chan; in ath9k_get_channel_edges()158 *high = pCap->high_2ghz_chan; in ath9k_get_channel_edges()2692 const struct ath9k_hw_capabilities *pCap = &ah->ah_caps; in ath9k_hw_set_keycache_entry() local2700 if (entry >= pCap->keycache_size) { in ath9k_hw_set_keycache_entry()2711 if (!(pCap->hw_caps & ATH9K_HW_CAP_CIPHER_AESCCM)) { in ath9k_hw_set_keycache_entry()2723 entry + 64 >= pCap->keycache_size) { in ath9k_hw_set_keycache_entry()2855 struct ath9k_hw_capabilities *pCap = &ah->ah_caps; in ath9k_set_power_network_sleep() local[all …]
572 struct ath9k_hw_capabilities *pCap = &ah->ah_caps; in ath9k_hw_set_txq_props() local575 if (q >= pCap->total_queues) { in ath9k_hw_set_txq_props()643 struct ath9k_hw_capabilities *pCap = &ah->ah_caps; in ath9k_hw_get_txq_props() local646 if (q >= pCap->total_queues) { in ath9k_hw_get_txq_props()683 struct ath9k_hw_capabilities *pCap = &ah->ah_caps; in ath9k_hw_setuptxqueue() local688 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()[all …]