Searched refs:p_cap (Results 1 – 9 of 9) sorted by relevance
2659 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_channel_edges() local2662 *low = p_cap->halLow5GhzChan; in ar9300_get_channel_edges()2663 *high = p_cap->halHigh5GhzChan; in ar9300_get_channel_edges()2667 *low = p_cap->halLow2GhzChan; in ar9300_get_channel_edges()2668 *high = p_cap->halHigh2GhzChan; in ar9300_get_channel_edges()2693 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_fill_capability_info() local2703 p_cap->halSupportsFastClock5GHz = AH_TRUE; in ar9300_fill_capability_info()2705 p_cap->halIntrMitigation = AH_TRUE; in ar9300_fill_capability_info()2713 p_cap->halWirelessModes = 0; in ar9300_fill_capability_info()2723 p_cap->halWirelessModes |= HAL_MODE_11A | in ar9300_fill_capability_info()[all …]
96 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_pending_interrupts() local191 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()504 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; local[all …]
100 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_tx_queue_props() local102 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() local119 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() local149 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 …]
685 const HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_capability() local714 return p_cap->halTkipMicTxRxKeySupport ? HAL_ENXIO : HAL_OK; in ar9300_get_capability()768 return p_cap->halTsfAddSupport ? HAL_OK : HAL_ENOTSUPP; in ar9300_get_capability()804 *result = p_cap->halNumAntCfg2Ghz; in ar9300_get_capability()807 *result = p_cap->halNumAntCfg5Ghz; in ar9300_get_capability()810 *result = p_cap->hal_rx_stbc_support; in ar9300_get_capability()813 *result = p_cap->hal_tx_stbc_support; in ar9300_get_capability()817 *result = p_cap->halLDPCSupport; in ar9300_get_capability()823 (p_cap->halTxChainMask & 0x3) != 0x3 || in ar9300_get_capability()824 (p_cap->halRxChainMask & 0x3) != 0x3) ? in ar9300_get_capability()[all …]
86 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_sta_beacon_timers() local174 if (p_cap->halAutoSleepSupport) { in ar9300_set_sta_beacon_timers()
193 const HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_key_cache_entry() local203 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()
311 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_rate_table() local319 if (p_cap->halChanHalfRate) { in ar9300_get_rate_table()325 if (p_cap->halChanQuarterRate) { in ar9300_get_rate_table()
602 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_power_mode_network_sleep() local604 if (! p_cap->halAutoSleepSupport) { in ar9300_set_power_mode_network_sleep()
2784 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_override_ini() local2809 if (p_cap->halIsrRacSupport == AH_FALSE) { in ar9300_override_ini()