Home
last modified time | relevance | path

Searched refs:HAL_OK (Results 1 – 25 of 56) sorted by relevance

123

/NextBSD/sys/dev/ath/ath_hal/
HDah.c610 return HAL_OK; in ath_hal_getcapability()
613 return HAL_OK; in ath_hal_getcapability()
620 return pCap->halHwPhyCounterSupport ? HAL_OK : HAL_ENXIO; in ath_hal_getcapability()
627 return HAL_OK; in ath_hal_getcapability()
630 return HAL_OK; in ath_hal_getcapability()
632 return pCap->halVEOLSupport ? HAL_OK : HAL_ENOTSUPP; in ath_hal_getcapability()
634 return pCap->halPSPollBroken ? HAL_ENOTSUPP : HAL_OK; in ath_hal_getcapability()
636 return pCap->halCompressSupport ? HAL_OK : HAL_ENOTSUPP; in ath_hal_getcapability()
638 return pCap->halBurstSupport ? HAL_OK : HAL_ENOTSUPP; in ath_hal_getcapability()
640 return pCap->halFastFramesSupport ? HAL_OK : HAL_ENOTSUPP; in ath_hal_getcapability()
[all …]
HDah_eeprom_v14.c41 return HAL_OK; in v14EepromGet()
44 return HAL_OK; in v14EepromGet()
57 return HAL_OK; in v14EepromGet()
89 return HAL_OK; in v14EepromGet()
90 return pBase->fastClk5g ? HAL_OK : HAL_EIO; in v14EepromGet()
93 return pBase->openLoopPwrCntl ? HAL_OK : HAL_EIO; in v14EepromGet()
97 return HAL_OK; in v14EepromGet()
105 return HAL_OK; in v14EepromGet()
109 HAL_OK : HAL_EIO; in v14EepromGet()
114 HAL_OK : HAL_EIO; in v14EepromGet()
[all …]
HDah_eeprom_9287.c42 return HAL_OK; in v9287EepromGet()
55 return HAL_OK; in v9287EepromGet()
72 return pBase->openLoopPwrCntl ? HAL_OK : HAL_EIO; in v9287EepromGet()
79 HAL_OK : HAL_EIO; in v9287EepromGet()
95 return HAL_OK; in v9287EepromGet()
98 return HAL_OK; in v9287EepromGet()
101 return HAL_OK; in v9287EepromGet()
107 return HAL_OK; in v9287EepromGet()
113 return HAL_OK; in v9287EepromGet()
131 return HAL_OK; in v9287EepromSet()
[all …]
HDah_eeprom_v3.c1568 return HAL_OK; in legacyEepromGet()
1571 return HAL_OK; in legacyEepromGet()
1576 return HAL_OK; in legacyEepromGet()
1597 return HAL_OK; in legacyEepromGet()
1600 return ee->ee_rfKill ? HAL_OK : HAL_EIO; in legacyEepromGet()
1603 return ee->ee_Amode ? HAL_OK : HAL_EIO; in legacyEepromGet()
1606 return ee->ee_Bmode ? HAL_OK : HAL_EIO; in legacyEepromGet()
1609 return ee->ee_Gmode ? HAL_OK : HAL_EIO; in legacyEepromGet()
1612 return ee->ee_turbo5Disable ? HAL_OK : HAL_EIO; in legacyEepromGet()
1615 return ee->ee_turbo2Disable ? HAL_OK : HAL_EIO; in legacyEepromGet()
[all …]
HDah_eeprom_v4k.c43 return HAL_OK; in v4kEepromGet()
56 return HAL_OK; in v4kEepromGet()
85 HAL_OK : HAL_EIO; in v4kEepromGet()
90 HAL_OK : HAL_EIO; in v4kEepromGet()
105 return HAL_OK; in v4kEepromGet()
108 return HAL_OK; in v4kEepromGet()
126 return HAL_OK; in v4kEepromSet()
395 return HAL_OK; in ath_hal_v4kEepromAttach()
HDah_eeprom_v1.c54 return HAL_OK; in v1EepromGet()
57 return HAL_OK; in v1EepromGet()
60 return ee->ee_rfKill ? HAL_OK : HAL_EIO; in v1EepromGet()
64 HAL_OK : HAL_EIO; in v1EepromGet()
252 return HAL_OK; in ath_hal_v1EepromAttach()
HDah_regdomain.c358 return HAL_OK; in getregstate()
389 if (status != HAL_OK) in getchannels()
588 return HAL_OK; in getchannels()
704 if (status == HAL_OK && in ath_hal_init_channels()
754 if (status == HAL_OK && assignPrivateChannels(ah, chans, nchans, rd)) { in ath_hal_set_channels()
764 if (status == HAL_OK) { in ath_hal_set_channels()
/NextBSD/sys/dev/ath/
HDif_athvar.h1191 (ath_hal_getcapability(_ah, HAL_CAP_CIPHER, _cipher, NULL) == HAL_OK)
1193 (ath_hal_getcapability(_ah, HAL_CAP_REG_DMN, 0, (_prd)) == HAL_OK)
1199 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_MIC, 1, NULL) == HAL_OK)
1203 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 0, NULL) == HAL_OK)
1205 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, NULL) == HAL_OK)
1209 (ath_hal_getcapability(_ah, HAL_CAP_WME_TKIPMIC, 0, NULL) == HAL_OK)
1211 (ath_hal_getcapability(_ah, HAL_CAP_PHYCOUNTERS, 0, NULL) == HAL_OK)
1213 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 0, NULL) == HAL_OK)
1215 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 1, NULL) == HAL_OK)
1223 (ath_hal_getcapability(_ah, HAL_CAP_DIAG, 0, _pv) == HAL_OK)
[all …]
HDif_ath_rx.c205 0, NULL) == HAL_OK && in ath_calcrxfilter()
798 ath_printrxbuf(sc, bf, 0, status == HAL_OK); in ath_rx_pkt()
1080 ath_printrxbuf(sc, bf, 0, status == HAL_OK); in ath_rx_proc()
1339 if (status == HAL_OK || (sc->sc_debug & ATH_DEBUG_FATAL)) in ath_legacy_stoprecv()
1340 ath_printrxbuf(sc, bf, ix, status == HAL_OK); in ath_legacy_stoprecv()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_misc.c647 return HAL_OK; in ar5212SetQuiet()
806 HAL_OK : HAL_ENOTSUPP; in ar5212GetCapability()
812 return HAL_OK; in ar5212GetCapability()
819 return HAL_OK; in ar5212GetCapability()
822 AR_STA_ID1_CRPT_MIC_ENABLE) ? HAL_OK : HAL_ENXIO; in ar5212GetCapability()
829 HAL_ENXIO : HAL_OK; in ar5212GetCapability()
832 AR_MISC_MODE_MIC_NEW_LOC_ENABLE) ? HAL_ENXIO : HAL_OK; in ar5212GetCapability()
839 AH_PRIVATE(ah)->ah_macRev >= 8) ? HAL_OK : HAL_ENOTSUPP; in ar5212GetCapability()
843 return HAL_OK; in ar5212GetCapability()
845 return ahp->ah_diversity ? HAL_OK : HAL_ENXIO; in ar5212GetCapability()
[all …]
HDar5212_attach.c493 if (ecode != HAL_OK) { in ar5212Attach()
525 if (ecode != HAL_OK) { in ar5212Attach()
559 if (ecode != HAL_OK) { in ar5212Attach()
724 if (ath_hal_eepromGet(ah, AR_EEP_OPCAP, &capField) != HAL_OK) { in ar5212FillCapabilityInfo()
862 if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK) in ar5212FillCapabilityInfo()
867 if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK) in ar5212FillCapabilityInfo()
882 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) { in ar5212FillCapabilityInfo()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c37 if (ar9300_get_capability(ah, HAL_CAP_BB_RIFS_HANG, 0, AH_NULL) == HAL_OK) { in ar9300_get_hw_hangs()
40 if (ar9300_get_capability(ah, HAL_CAP_BB_DFS_HANG, 0, AH_NULL) == HAL_OK) { in ar9300_get_hw_hangs()
44 == HAL_OK) in ar9300_get_hw_hangs()
48 if (ar9300_get_capability(ah, HAL_CAP_MAC_HANG, 0, AH_NULL) == HAL_OK) { in ar9300_get_hw_hangs()
52 == HAL_OK) in ar9300_get_hw_hangs()
634 status = HAL_OK; in ar9300_set_quiet()
644 status = HAL_OK; in ar9300_set_quiet()
697 return HAL_OK; in ar9300_get_capability()
704 return HAL_OK; in ar9300_get_capability()
707 AR_STA_ID1_CRPT_MIC_ENABLE) ? HAL_OK : HAL_ENXIO; in ar9300_get_capability()
[all …]
HDeeprom.diff58 return HAL_OK;
66 return HAL_OK;
70 return HAL_OK;
84 return HAL_OK;
HDar9300_radio.c277 *status = HAL_OK; in ar9300_rf_attach()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_misc.c442 return HAL_OK; in ar5416SetQuiet()
454 return (AR_SREV_HOWL(ah) || AR_SREV_SOWL(ah)) ? HAL_OK : HAL_ENOTSUPP; in ar5416GetCapability()
456 return (AR_SREV_HOWL(ah) || AR_SREV_SOWL(ah)) ? HAL_OK : HAL_ENOTSUPP; in ar5416GetCapability()
458 return AR_SREV_MERLIN(ah) ? HAL_OK : HAL_ENOTSUPP; in ar5416GetCapability()
465 HAL_OK : HAL_ENOTSUPP; in ar5416GetCapability()
470 return (HAL_OK); in ar5416GetCapability()
475 return (HAL_OK); in ar5416GetCapability()
HDar5416_attach.c374 if (ecode != HAL_OK) in ar5416Attach()
439 if (ecode != HAL_OK) { in ar5416Attach()
956 if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK) in ar5416FillCapabilityInfo()
961 if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK) in ar5416FillCapabilityInfo()
1032 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) { in ar5416FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c310 if (ecode != HAL_OK) { in ar5211Attach()
338 if (ecode != HAL_OK) { in ar5211Attach()
356 if (ecode != HAL_OK) { in ar5211Attach()
517 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) { in ar5211FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c259 if (ecode != HAL_OK) { in ar5210Attach()
263 if (ecode != HAL_OK) { in ar5210Attach()
271 if (ecode != HAL_OK) { in ar5210Attach()
/NextBSD/tools/tools/ath/athrd/
HDathrd.c984 return HAL_OK; in getCapability()
1167 HAL_MODE_11G, cc, rd, extendedChanMode) == HAL_OK) { in main()
1178 HAL_MODE_11B, cc, rd, extendedChanMode) == HAL_OK) { in main()
1189 HAL_MODE_11A, cc, rd, extendedChanMode) == HAL_OK) { in main()
1200 HAL_MODE_TURBO, cc, rd, extendedChanMode) == HAL_OK) { in main()
1211 HAL_MODE_108G, cc, rd, extendedChanMode) == HAL_OK) { in main()
1222 modes & HAL_MODE_HT, cc, rd, extendedChanMode) == HAL_OK) { in main()
/NextBSD/sys/dev/ath/ath_hal/ar9001/
HDar9130_attach.c171 if (ecode != HAL_OK) in ar9130Attach()
232 if (ecode != HAL_OK) { in ar9130Attach()
HDar9160_attach.c195 if (ecode != HAL_OK) in ar9160Attach()
259 if (ecode != HAL_OK) { in ar9160Attach()
/NextBSD/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c203 if (ecode != HAL_OK) { in ar5312Attach()
235 if (ecode != HAL_OK) { in ar5312Attach()
/NextBSD/sys/dev/ath/ath_hal/ar9002/
HDar9287_attach.c240 if (ecode != HAL_OK) in ar9287Attach()
327 if (ecode != HAL_OK) { in ar9287Attach()
HDar9280_attach.c257 if (ecode != HAL_OK) in ar9280Attach()
318 if (AR_SREV_MERLIN_20_OR_LATER(ah) && ecode == HAL_OK && pwr == 0) { in ar9280Attach()
381 if (ecode != HAL_OK) { in ar9280Attach()
/NextBSD/sys/dev/ath/ath_dfs/null/
HDdfs_null.c111 HAL_CAP_PHYDIAG, 0, NULL) != HAL_OK) in ath_dfs_radar_enable()

123