Home
last modified time | relevance | path

Searched refs:p_cap (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2752 p_cap->halTxStreams = owl_get_ntxchains(p_cap->halTxChainMask); in ar9300_fill_capability_info()
2753 p_cap->halRxStreams = owl_get_ntxchains(p_cap->halRxChainMask); in ar9300_fill_capability_info()
2785 p_cap->halTurboGSupport = p_cap->halWirelessModes & HAL_MODE_108G; in ar9300_fill_capability_info()
2789 p_cap->halHTSupport = in ar9300_fill_capability_info()
2868 p_cap->halNumTxMaps = 4; in ar9300_fill_capability_info()
2950 p_cap->halRegCap = in ar9300_fill_capability_info()
2956 p_cap->halRegCap = in ar9300_fill_capability_info()
2963 p_cap->halNumAntCfg5GHz = in ar9300_fill_capability_info()
2965 p_cap->halNumAntCfg2GHz = in ar9300_fill_capability_info()
3010 p_cap->halChanHalfRate = in ar9300_fill_capability_info()
[all …]
H A Dar9300_interrupts.c96 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_pending_interrupts() local
191 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
208 if (p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
245 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
277 if (!p_cap->halAutoSleepSupport) { in ar9300_get_pending_interrupts()
287 if (p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
306 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
322 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
361 p_cap->halMciSupport) in ar9300_get_pending_interrupts()
588 if (! p_cap->halAutoSleepSupport) {
[all …]
H A Dar9300_xmit.c100 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_tx_queue_props() local
102 if (q >= p_cap->halTotalQueues) { in ar9300_set_tx_queue_props()
116 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_tx_queue_props() local
119 if (q >= p_cap->halTotalQueues) { in ar9300_get_tx_queue_props()
142 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_setup_tx_queue() local
153 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_CAB; in ar9300_setup_tx_queue()
174 if (q == p_cap->halTotalQueues - 3) { in ar9300_setup_tx_queue()
251 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_release_tx_queue() local
254 if (q >= p_cap->halTotalQueues) { in ar9300_release_tx_queue()
287 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_reset_tx_queue() local
[all …]
H A Dar9300_beacon.c86 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_sta_beacon_timers() local
174 if (p_cap->halAutoSleepSupport) { in ar9300_set_sta_beacon_timers()
H A Dar9300_misc.c807 *result = p_cap->halNumAntCfg2Ghz; in ar9300_get_capability()
810 *result = p_cap->halNumAntCfg5Ghz; in ar9300_get_capability()
813 *result = p_cap->hal_rx_stbc_support; in ar9300_get_capability()
816 *result = p_cap->hal_tx_stbc_support; in ar9300_get_capability()
820 *result = p_cap->halLDPCSupport; in ar9300_get_capability()
826 (p_cap->halTxChainMask & 0x3) != 0x3 || in ar9300_get_capability()
885 *result = p_cap->halApmEnable; in ar9300_get_capability()
890 *result = p_cap->hal_pcie_lcr_offset; in ar9300_get_capability()
976 if (! p_cap->halTkipMicTxRxKeySupport) in ar9300_set_capability()
1027 if (p_cap->halTsfAddSupport) { in ar9300_set_capability()
[all …]
H A Dar9300_keycache.c193 const HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_key_cache_entry() local
203 if (entry >= p_cap->halKeyCacheSize) { in ar9300_set_key_cache_entry()
217 if (!p_cap->halCipherAesCcmSupport) { in ar9300_set_key_cache_entry()
227 if (IS_MIC_ENABLED(ah) && entry + 64 >= p_cap->halKeyCacheSize) { in ar9300_set_key_cache_entry()
H A Dar9300_phy.c313 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_rate_table() local
321 if (p_cap->halChanHalfRate) { in ar9300_get_rate_table()
327 if (p_cap->halChanQuarterRate) { in ar9300_get_rate_table()
H A Dar9300_power.c602 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_power_mode_network_sleep() local
604 if (! p_cap->halAutoSleepSupport) { in ar9300_set_power_mode_network_sleep()
H A Dar9300_reset.c2822 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_override_ini() local
2847 if (p_cap->halIsrRacSupport == AH_FALSE) { in ar9300_override_ini()