Home
last modified time | relevance | path

Searched refs:AH_FALSE (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub_funcs.c65 return (AH_FALSE); in ar9300_Stub_ChipTest()
74 return (AH_FALSE); in ar9300_Stub_GetChannelEdges()
82 return (AH_FALSE); in ar9300_Stub_FillCapabilityInfo()
128 return (AH_FALSE); in ar9300_Stub_IsInterruptPending()
136 return (AH_FALSE); in ar9300_Stub_GetPendingInterrupts()
169 return (AH_FALSE); in ar9300_Stub_IsKeyCacheEntryValid()
177 return (AH_FALSE); in ar9300_Stub_ResetKeyCacheEntry()
186 return (AH_FALSE); in ar9300_Stub_SetKeyCacheEntryMac()
195 return (AH_FALSE); in ar9300_Stub_SetKeyCacheEntry()
210 return (AH_FALSE); in ar9300_Stub_SetMacAddress()
[all …]
HDar9300_keycache.c70 return AH_FALSE; in ar9300_is_key_cache_entry_valid()
85 return AH_FALSE; in ar9300_reset_key_cache_entry()
150 return AH_FALSE; in ar9300_set_key_cache_entry_mac()
206 return AH_FALSE; in ar9300_set_key_cache_entry()
221 return AH_FALSE; in ar9300_set_key_cache_entry()
231 return AH_FALSE; in ar9300_set_key_cache_entry()
238 return AH_FALSE; in ar9300_set_key_cache_entry()
254 return AH_FALSE; in ar9300_set_key_cache_entry()
400 ar9300_set_rifs_delay(ah, AH_FALSE); in ar9300_set_key_cache_entry()
460 return AH_FALSE; in ar9300_check_key_cache_entry()
[all …]
HDar9300_mci.c171 wait_done, AH_FALSE); in ar9300_mci_remote_reset()
181 wait_done, AH_FALSE); in ar9300_mci_send_lna_transfer()
187 HAL_MCI_FLAG_DISABLE_TIMESTAMP, AH_NULL, 0, wait_done, AH_FALSE); in ar9300_mci_send_req_wake()
195 HAL_MCI_FLAG_DISABLE_TIMESTAMP, AH_NULL, 0, wait_done, AH_FALSE); in ar9300_mci_send_sys_waking()
204 HAL_MCI_FLAG_DISABLE_TIMESTAMP, &payload, 1, wait_done, AH_FALSE); in ar9300_mci_send_lna_take()
210 HAL_MCI_FLAG_DISABLE_TIMESTAMP, AH_NULL, 0, wait_done, AH_FALSE); in ar9300_mci_send_sys_sleeping()
219 if ((ahp->ah_mci_coex_bt_version_known == AH_FALSE) && in ar9300_mci_send_coex_version_query()
287 ahp->ah_mci_query_bt = AH_FALSE; in ar9300_mci_send_coex_bt_status_query()
349 if (ahp->ah_mci_coex_2g5g_update == AH_FALSE) { in ar9300_mci_2g5g_changed()
393 ahp->ah_mci_coex_2g5g_update = AH_FALSE; in ar9300_mci_send_2g5g_status()
[all …]
HDar9300_reset.c587 return AH_FALSE; in get_noise_floor_thresh()
1247 return AH_FALSE; in ar9300_channel_change()
1261 return AH_FALSE; in ar9300_channel_change()
1273 return AH_FALSE; in ar9300_channel_change()
1296 return AH_FALSE; in ar9300_channel_change()
1848 return AH_FALSE; in ar9300_set_reset()
1885 return AH_FALSE; in ar9300_set_reset_power_on()
1907 HAL_BOOL ret = AH_FALSE; in ar9300_set_reset_reg()
1948 return AH_FALSE; in ar9300_phy_disable()
1998 return AH_FALSE; in ar9300_disable()
[all …]
HDar9300_freebsd.c350 AH_FALSE); /* XXX should really extend ath_hal_reset() */ in ar9300_reset_freebsd()
491 ar9300_start_pcu_receive(ah, AH_FALSE); in ar9300_start_pcu_receive_freebsd()
598 return AH_FALSE; /* XXX for now */ in ar9300_freebsd_get_tx_completion_rates()
626 return AH_FALSE; in ar9300_freebsd_chain_tx_desc()
637 return AH_FALSE; in ar9300_freebsd_setup_first_tx_desc()
651 return AH_FALSE; in ar9300_freebsd_setup_last_tx_desc()
696 return (AH_FALSE); in ar9300_freebsd_get_mib_cycle_counts()
706 return (AH_FALSE); in ar9300_freebsd_get_dfs_default_thresh()
718 return (AH_FALSE); in ar9300ClrMulticastFilterIndex()
738 return (AH_FALSE); in ar9300SetMulticastFilterIndex()
[all …]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_cal.c83 return AH_FALSE; in ar5416IsCalSupp()
88 return AH_FALSE; in ar5416IsCalSupp()
90 return AH_FALSE; in ar5416IsCalSupp()
165 return AH_FALSE;
178 return AH_FALSE;
223 return AH_FALSE; in ar5416InitCalHardware()
257 return AH_FALSE; in ar5416InitCal()
297 return AH_FALSE; in ar5416InitCal()
346 return AH_FALSE; in ar5416ResetCalValid()
348 return AH_FALSE; in ar5416ResetCalValid()
[all …]
HDar5416_attach.c515 ath_hal_configPCIE(ah, AH_FALSE, AH_FALSE); in ar5416AttachPCIE()
923 pCap->halCipherCkipSupport = AH_FALSE; in ar5416FillCapabilityInfo()
927 pCap->halMicCkipSupport = AH_FALSE; in ar5416FillCapabilityInfo()
938 pCap->halCompressSupport = AH_FALSE; in ar5416FillCapabilityInfo()
953 pCap->hal4AddrAggrSupport = AH_FALSE; /* Broken in Owl */ in ar5416FillCapabilityInfo()
954 pCap->halSpectralScanSupport = AH_FALSE; /* AR9280 and later */ in ar5416FillCapabilityInfo()
986 pCap->halWowSupport = AH_FALSE; in ar5416FillCapabilityInfo()
987 pCap->halWowMatchPatternExact = AH_FALSE; in ar5416FillCapabilityInfo()
988 pCap->halBtCoexSupport = AH_FALSE; /* XXX need support */ in ar5416FillCapabilityInfo()
989 pCap->halAutoSleepSupport = AH_FALSE; in ar5416FillCapabilityInfo()
[all …]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_keycache.c50 return AH_FALSE; in ar5210IsKeyCacheEntryValid()
70 return AH_FALSE; in ar5210ResetKeyCacheEntry()
102 return AH_FALSE; in ar5210SetKeyCacheEntryMac()
118 return AH_FALSE; in ar5210SetKeyCacheEntry()
122 return AH_FALSE; in ar5210SetKeyCacheEntry()
127 return AH_FALSE; in ar5210SetKeyCacheEntry()
HDar5210_misc.c61 return AH_FALSE; in ar5210SetBssIdMask()
75 return AH_FALSE; in ar5210EepromRead()
88 return AH_FALSE; in ar5210EepromWrite()
118 return AH_FALSE; in ar5210SetRegulatoryDomain()
428 return AH_FALSE; in ar5210SetSifsTime()
454 return AH_FALSE; in ar5210SetSlotTime()
479 return AH_FALSE; in ar5210SetAckTimeout()
526 return AH_FALSE; in ar5210SetCTSTimeout()
561 return AH_FALSE; in ar5210AniControl()
617 return AH_FALSE; /* NB: disallow */ in ar5210SetCapability()
[all …]
HDar5210_reset.c303 return AH_FALSE; in ar5210Reset()
370 return AH_FALSE; in ar5210Disable()
377 return AH_FALSE; in ar5210Disable()
399 return AH_FALSE; in ar5210ChipReset()
410 return AH_FALSE; in ar5210ChipReset()
413 return AH_FALSE; in ar5210ChipReset()
425 return AH_FALSE; in ar5210ChipReset()
460 return AH_FALSE; in ar5210PerCalibrationN()
479 return AH_FALSE; in ar5210PerCalibrationN()
620 int useNextEntry = AH_FALSE; in getPcdac()
[all …]
HDar5210_xmit.c43 return AH_FALSE; in ar5210SetTxQueueProps()
59 return AH_FALSE; in ar5210GetTxQueueProps()
131 return AH_FALSE; in ar5210ReleaseTxQueue()
137 return AH_FALSE; in ar5210ReleaseTxQueue()
164 return AH_FALSE; in ar5210ResetTxQueue()
170 return AH_FALSE; in ar5210ResetTxQueue()
315 return AH_FALSE; in ar5210SetTxDP()
353 return AH_FALSE; in ar5210UpdateTxTrigLevel()
394 return AH_FALSE; in ar5210StartTxDma()
458 return AH_FALSE; in ar5210StopTxDma()
[all …]
HDar5210_recv.c80 return AH_FALSE; in ar5210StopDmaReceive()
123 return AH_FALSE; in ar5210ClrMulticastFilterIndex()
143 return AH_FALSE; in ar5210SetMulticastFilterIndex()
195 return AH_FALSE; in ar5210SetupRxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_keycache.c54 return AH_FALSE; in ar5211IsKeyCacheEntryValid()
74 return AH_FALSE; in ar5211ResetKeyCacheEntry()
88 return AH_FALSE; in ar5211SetKeyCacheEntryMac()
127 return AH_FALSE; in ar5211SetKeyCacheEntry()
138 return AH_FALSE; in ar5211SetKeyCacheEntry()
153 return AH_FALSE; in ar5211SetKeyCacheEntry()
HDar5211_misc.c61 return AH_FALSE; in ar5211SetBssIdMask()
78 return AH_FALSE; in ar5211EepromRead()
91 return AH_FALSE; in ar5211EepromWrite()
130 return AH_FALSE; in ar5211SetRegulatoryDomain()
431 return AH_FALSE; in ar5211SetSifsTime()
456 return AH_FALSE; in ar5211SetSlotTime()
481 return AH_FALSE; in ar5211SetAckTimeout()
528 return AH_FALSE; in ar5211SetCTSTimeout()
563 return AH_FALSE; in ar5211AniControl()
689 return AH_FALSE; in ar5211GetDiagState()
[all …]
HDar5211_recv.c78 return AH_FALSE; in ar5211StopDmaReceive()
124 return AH_FALSE; in ar5211ClrMulticastFilterIndex()
144 return AH_FALSE; in ar5211SetMulticastFilterIndex()
189 return AH_FALSE; in ar5211SetupRxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
HDar9285_phy.c91 return AH_FALSE; in ar9285_check_div_comb()
95 return AH_FALSE; in ar9285_check_div_comb()
98 return AH_FALSE; in ar9285_check_div_comb()
104 return AH_FALSE; in ar9285_check_div_comb()
HDar9285_attach.c325 HALASSERT(AH_FALSE); in ar9285Attach()
351 AH_PRIVATE(ah)->ah_caps.halHTSupport = AH_FALSE; in ar9285Attach()
528 return AH_FALSE; in ar9285FillCapabilityInfo()
552 pCap->halAutoSleepSupport = AH_FALSE; /* XXX? */ in ar9285FillCapabilityInfo()
553 pCap->hal4kbSplitTransSupport = AH_FALSE; in ar9285FillCapabilityInfo()
555 pCap->halHasRxSelfLinkedTail = AH_FALSE; in ar9285FillCapabilityInfo()
562 pCap->halPSPollBroken = AH_FALSE; in ar9285FillCapabilityInfo()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_keycache.c59 return AH_FALSE; in ar5212IsKeyCacheEntryValid()
73 return AH_FALSE; in ar5212ResetKeyCacheEntry()
118 return AH_FALSE; in ar5212SetKeyCacheEntryMac()
168 return AH_FALSE; in ar5212SetKeyCacheEntry()
179 return AH_FALSE; in ar5212SetKeyCacheEntry()
189 return AH_FALSE; in ar5212SetKeyCacheEntry()
197 return AH_FALSE; in ar5212SetKeyCacheEntry()
212 return AH_FALSE; in ar5212SetKeyCacheEntry()
HDar5212_attach.c256 ahp->ah_bIQCalibration = AH_FALSE; in ar5212InitState()
262 ahp->ah_tpcEnabled = AH_FALSE; /* disabled by default */ in ar5212InitState()
263 ahp->ah_phyPowerOn = AH_FALSE; in ar5212InitState()
310 return AH_FALSE; in ar5212IsMacSupported()
380 ath_hal_configPCIE(ah, AH_FALSE, AH_FALSE); in ar5212Attach()
624 return AH_FALSE; in ar5212ChipTest()
635 return AH_FALSE; in ar5212ChipTest()
663 return AH_FALSE; in ar5212GetChannelEdges()
727 return AH_FALSE; in ar5212FillCapabilityInfo()
730 ath_hal_eepromSet(ah, AR_EEP_AMODE, AH_FALSE); in ar5212FillCapabilityInfo()
[all …]
HDar5212_misc.c103 return AH_FALSE; in ar5212SetRegulatoryDomain()
456 return AH_FALSE; in ar5212SetSifsTime()
481 return AH_FALSE; in ar5212SetSlotTime()
506 return AH_FALSE; in ar5212SetAckTimeout()
553 return AH_FALSE; in ar5212SetCTSTimeout()
577 return AH_FALSE; in ar5212SetDecompMask()
671 return AH_FALSE; in ar5212Use32KHzclock()
947 return AH_FALSE; in ar5212SetCapability()
959 return AH_FALSE; in ar5212SetCapability()
976 return AH_FALSE; in ar5212SetCapability()
[all …]
HDar5112.c101 return AH_FALSE; in ar5112SetChannel()
136 return AH_FALSE; in ar5112SetChannel()
239 return AH_FALSE; in ar5112SetRfRegs()
394 return AH_FALSE; in ar5112SetPowerTable()
402 return AH_FALSE; in ar5112SetPowerTable()
419 return AH_FALSE; in ar5112SetPowerTable()
440 return AH_FALSE; in ar5112SetPowerTable()
454 return AH_FALSE; in ar5112SetPowerTable()
468 return AH_FALSE; in ar5112SetPowerTable()
617 return AH_FALSE; in getFullPwrTable()
[all …]
HDar5212_reset.c139 HAL_BOOL isBmode = AH_FALSE; in ar5212Reset()
703 return AH_FALSE; in ar5212Reset()
718 return AH_FALSE; in ar5212SetChannel()
745 txStopped = AH_FALSE; in ar5212ChannelChange()
750 return AH_FALSE; in ar5212ChannelChange()
760 return AH_FALSE; in ar5212ChannelChange()
764 return AH_FALSE; in ar5212ChannelChange()
782 return AH_FALSE; in ar5212ChannelChange()
845 return AH_FALSE; in ar5212Disable()
871 return AH_FALSE; in ar5212ChipReset()
[all …]
/freebsd-11-stable/sys/dev/ath/
HDif_ath_lna_div.c309 antcomb->first_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
318 antcomb->first_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
327 antcomb->first_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
331 antcomb->alt_good = AH_FALSE; in ath_select_ant_div_from_quick_scan()
332 antcomb->scan_not_start = AH_FALSE; in ath_select_ant_div_from_quick_scan()
333 antcomb->scan = AH_FALSE; in ath_select_ant_div_from_quick_scan()
364 antcomb->second_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
373 antcomb->second_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
382 antcomb->second_ratio = AH_FALSE; in ath_select_ant_div_from_quick_scan()
722 HAL_BOOL short_scan = AH_FALSE; in ath_lna_rx_comb_scan()
[all …]
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah.c248 return AH_FALSE; in ath_hal_waitfor()
591 WLAN_CTRL_FRAME_SIZE, cix, AH_FALSE); in ath_hal_setupratetable()
841 return AH_FALSE; in ath_hal_setcapability()
903 return AH_FALSE; in ath_hal_getdiagstate()
905 return AH_FALSE; in ath_hal_getdiagstate()
913 return AH_FALSE; in ath_hal_getdiagstate()
920 return AH_FALSE; in ath_hal_getdiagstate()
926 return AH_FALSE; in ath_hal_getdiagstate()
940 return AH_FALSE; in ath_hal_getdiagstate()
947 return AH_FALSE; in ath_hal_getdiagstate()
[all …]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9001/
HDar9130_attach.c287 return AH_FALSE; in ar9130FillCapabilityInfo()
295 pCap->halAutoSleepSupport = AH_FALSE; /* XXX? */ in ar9130FillCapabilityInfo()
301 pCap->halMbssidAggrSupport = AH_FALSE; in ar9130FillCapabilityInfo()
310 pCap->halChanHalfRate = AH_FALSE; in ar9130FillCapabilityInfo()
311 pCap->halChanQuarterRate = AH_FALSE; in ar9130FillCapabilityInfo()

12345