Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_attach.c2538 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_channel_edges() local
2541 *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() local
2582 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 …]
HDar9300_interrupts.c96 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_pending_interrupts() local
176 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 …]
HDar9300_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 …]
HDar9300_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()
HDar9300_misc.c685 const HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_capability() local
713 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 …]
HDar9300_beacon.c77 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_sta_beacon_timers() local
165 if (p_cap->halAutoSleepSupport) { in ar9300_set_sta_beacon_timers()
HDar9300_phy.c311 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_rate_table() local
319 if (p_cap->halChanHalfRate) { in ar9300_get_rate_table()
325 if (p_cap->halChanQuarterRate) { in ar9300_get_rate_table()
HDar9300_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()
HDar9300_reset.c2640 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_override_ini() local
2665 if (p_cap->halIsrRacSupport == AH_FALSE) { in ar9300_override_ini()