Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_attach.c2664 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_channel_edges() local
2667 *low = p_cap->halLow5GhzChan; in ar9300_get_channel_edges()
2668 *high = p_cap->halHigh5GhzChan; in ar9300_get_channel_edges()
2672 *low = p_cap->halLow2GhzChan; in ar9300_get_channel_edges()
2673 *high = p_cap->halHigh2GhzChan; in ar9300_get_channel_edges()
2698 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_fill_capability_info() local
2708 p_cap->halSupportsFastClock5GHz = AH_TRUE; in ar9300_fill_capability_info()
2710 p_cap->halIntrMitigation = AH_TRUE; in ar9300_fill_capability_info()
2718 p_cap->halWirelessModes = 0; in ar9300_fill_capability_info()
2728 p_cap->halWirelessModes |= HAL_MODE_11A | 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()
506 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; local
[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
149 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_BEACON; in ar9300_setup_tx_queue()
153 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_CAB; in ar9300_setup_tx_queue()
156 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_UAPSD; in ar9300_setup_tx_queue()
159 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_PAPRD; in ar9300_setup_tx_queue()
167 q < p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_PAPRD; in ar9300_setup_tx_queue()
[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.c688 const HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_capability() local
717 return p_cap->halTkipMicTxRxKeySupport ? HAL_ENXIO : HAL_OK; in ar9300_get_capability()
771 return p_cap->halTsfAddSupport ? HAL_OK : HAL_ENOTSUPP; in ar9300_get_capability()
807 *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()
827 (p_cap->halRxChainMask & 0x3) != 0x3) ? in ar9300_get_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()