Searched refs:p_cap (Results 1 – 9 of 9) sorted by relevance
2664 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_channel_edges() local2667 *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() local2708 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 …]
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()506 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 …]
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()
688 const HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_capability() local717 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 …]
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()
313 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_rate_table() local321 if (p_cap->halChanHalfRate) { in ar9300_get_rate_table()327 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()
2822 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_override_ini() local2847 if (p_cap->halIsrRacSupport == AH_FALSE) { in ar9300_override_ini()