Home
last modified time | relevance | path

Searched refs:pCap (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dhw.c149 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_get_channel_edges() local
152 *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()
1540 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_set_power_network_sleep() local
1542 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) { in ath9k_set_power_network_sleep()
1719 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_set_sta_beacon_timers() local
1765 if (pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP) in ath9k_hw_set_sta_beacon_timers()
1793 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_fill_cap_info() local
[all …]
Dmac.c212 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()
[all …]
Dar9003_mac.c57 struct ath9k_hw_capabilities *pCap = &ah->caps; in ar9003_hw_get_isr() local
96 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) { in ar9003_hw_get_isr()
102 if ((pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) in ar9003_hw_get_isr()
129 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) { in ar9003_hw_get_isr()
144 if (pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED) in ar9003_hw_get_isr()
158 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) { in ar9003_hw_get_isr()
167 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) { in ar9003_hw_get_isr()
Dar9002_mac.c40 struct ath9k_hw_capabilities *pCap = &ah->caps; in ar9002_hw_get_isr() local
138 !(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) in ar9002_hw_get_isr()
433 struct ath9k_hw_capabilities *pCap = &ah->caps; in ath9k_hw_setuprxdesc() local
440 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) in ath9k_hw_setuprxdesc()