Searched refs:p_cap (Results 1 – 9 of 9) sorted by relevance
2538 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_channel_edges() local2541 *low = p_cap->halLow5GhzChan; in ar9300_get_channel_edges()2542 *high = p_cap->halHigh5GhzChan; in ar9300_get_channel_edges()2546 *low = p_cap->halLow2GhzChan; in ar9300_get_channel_edges()2547 *high = p_cap->halHigh2GhzChan; in ar9300_get_channel_edges()2572 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_fill_capability_info() local2582 p_cap->halSupportsFastClock5GHz = AH_TRUE; in ar9300_fill_capability_info()2584 p_cap->halIntrMitigation = AH_TRUE; in ar9300_fill_capability_info()2592 p_cap->halWirelessModes = 0; in ar9300_fill_capability_info()2602 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() local176 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()193 if (p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()230 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()262 if (!p_cap->halAutoSleepSupport) { in ar9300_get_pending_interrupts()272 if (p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()291 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()307 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()346 p_cap->halMciSupport) in ar9300_get_pending_interrupts()489 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 …]
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()
685 const HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_capability() local713 return p_cap->halTkipMicTxRxKeySupport ? HAL_ENXIO : HAL_OK; in ar9300_get_capability()767 return p_cap->halTsfAddSupport ? HAL_OK : HAL_ENOTSUPP; in ar9300_get_capability()803 *result = p_cap->halNumAntCfg2Ghz; in ar9300_get_capability()806 *result = p_cap->halNumAntCfg5Ghz; in ar9300_get_capability()809 *result = p_cap->hal_rx_stbc_support; in ar9300_get_capability()812 *result = p_cap->hal_tx_stbc_support; in ar9300_get_capability()816 *result = p_cap->halLDPCSupport; in ar9300_get_capability()822 (p_cap->halTxChainMask & 0x3) != 0x3 || in ar9300_get_capability()823 (p_cap->halRxChainMask & 0x3) != 0x3) ? in ar9300_get_capability()[all …]
77 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_sta_beacon_timers() local165 if (p_cap->halAutoSleepSupport) { in ar9300_set_sta_beacon_timers()
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()
2640 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_override_ini() local2665 if (p_cap->halIsrRacSupport == AH_FALSE) { in ar9300_override_ini()