Symbol: HAL_OK
sys/dev/netif/ath/ath/if_ath.c
1103
&sc->sc_ent_cfg) == HAL_OK)
sys/dev/netif/ath/ath/if_ath.c
1110
if (ath_hal_getcapability(ah, HAL_CAP_HT, 0, NULL) == HAL_OK &&
sys/dev/netif/ath/ath/if_ath.c
1132
HAL_CAP_HT20_SGI, 0, NULL) == HAL_OK) &&
sys/dev/netif/ath/ath/if_ath.c
1161
NULL) == HAL_OK) {
sys/dev/netif/ath/ath/if_ath.c
1168
NULL) == HAL_OK) {
sys/dev/netif/ath/ath/if_ath.c
1186
== HAL_OK && (ldpc == 1)) {
sys/dev/netif/ath/ath/if_ath.c
1219
0, NULL) == HAL_OK) {
sys/dev/netif/ath/ath/if_ath.c
4427
status == HAL_OK);
sys/dev/netif/ath/ath/if_ath.c
4430
status == HAL_OK);
sys/dev/netif/ath/ath/if_ath.c
4995
&bf->bf_status.ds_txstat) == HAL_OK);
sys/dev/netif/ath/ath/if_ath.c
5113
&bf->bf_status.ds_txstat) == HAL_OK);
sys/dev/netif/ath/ath/if_ath.c
5180
&bf->bf_status.ds_txstat) == HAL_OK);
sys/dev/netif/ath/ath/if_ath.c
6063
if (status != HAL_OK) {
sys/dev/netif/ath/ath/if_ath.c
6100
if (status != HAL_OK) {
sys/dev/netif/ath/ath/if_ath_rx.c
1114
ath_printrxbuf(sc, bf, 0, status == HAL_OK);
sys/dev/netif/ath/ath/if_ath_rx.c
1373
if (status == HAL_OK || (sc->sc_debug & ATH_DEBUG_FATAL))
sys/dev/netif/ath/ath/if_ath_rx.c
1374
ath_printrxbuf(sc, bf, ix, status == HAL_OK);
sys/dev/netif/ath/ath/if_ath_rx.c
211
0, NULL) == HAL_OK &&
sys/dev/netif/ath/ath/if_ath_rx.c
832
ath_printrxbuf(sc, bf, 0, status == HAL_OK);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
438
ath_printrxbuf(sc, bf, 0, bf->bf_rxstatus == HAL_OK);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
876
ath_printrxbuf(sc, bf, 0, HAL_OK);
sys/dev/netif/ath/ath/if_ath_tx_edma.c
643
idx, (status == HAL_OK));
sys/dev/netif/ath/ath/if_athvar.h
1229
(ath_hal_getcapability(_ah, HAL_CAP_CIPHER, _cipher, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1231
(ath_hal_getcapability(_ah, HAL_CAP_REG_DMN, 0, (_prd)) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1237
(ath_hal_getcapability(_ah, HAL_CAP_TKIP_MIC, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1241
(ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1243
(ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1247
(ath_hal_getcapability(_ah, HAL_CAP_WME_TKIPMIC, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1249
(ath_hal_getcapability(_ah, HAL_CAP_PHYCOUNTERS, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1251
(ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1253
(ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1261
(ath_hal_getcapability(_ah, HAL_CAP_DIAG, 0, _pv) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1265
(ath_hal_getcapability(_ah, HAL_CAP_NUM_TXQUEUES, 0, _pv) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1267
(ath_hal_getcapability(_ah, HAL_CAP_VEOL, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1269
(ath_hal_getcapability(_ah, HAL_CAP_TXPOW, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1273
(ath_hal_getcapability(_ah, HAL_CAP_TXPOW, 1, _ppow) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1275
(ath_hal_getcapability(_ah, HAL_CAP_TXPOW, 2, _ppow) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1277
(ath_hal_getcapability(_ah, HAL_CAP_TXPOW, 3, _scale) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1281
(ath_hal_getcapability(_ah, HAL_CAP_TPC, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1283
(ath_hal_getcapability(_ah, HAL_CAP_TPC, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1287
(ath_hal_getcapability(_ah, HAL_CAP_BURST, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1291
(ath_hal_getcapability(_ah, HAL_CAP_MCAST_KEYSRCH, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1293
(ath_hal_getcapability(_ah, HAL_CAP_MCAST_KEYSRCH, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1295
(ath_hal_getcapability(_ah, HAL_CAP_FASTFRAME, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1297
(ath_hal_getcapability(_ah, HAL_CAP_BSSIDMASK, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1299
(ath_hal_getcapability(_ah, HAL_CAP_BSSIDMATCH, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1301
(ath_hal_getcapability(_ah, HAL_CAP_TSF_ADJUST, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1303
(ath_hal_getcapability(_ah, HAL_CAP_TSF_ADJUST, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1307
(ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1309
(ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1313
(ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 2, _prfsilent) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1317
(ath_hal_getcapability(_ah, HAL_CAP_TPC_ACK, 0, _ptpack) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1321
(ath_hal_getcapability(_ah, HAL_CAP_TPC_CTS, 0, _ptpcts) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1326
HAL_CAP_INTMIT_PRESENT, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1329
HAL_CAP_INTMIT_ENABLE, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1334
(ath_hal_getcapability(_ah, HAL_CAP_DO_MYBEACON, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1337
(ath_hal_getcapability(_ah, HAL_CAP_ENFORCE_TXOP, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1339
(ath_hal_getcapability(_ah, HAL_CAP_ENFORCE_TXOP, 1, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1344
(ath_hal_getcapability(_ah, HAL_CAP_RX_LNA_MIXING, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1347
(ath_hal_getcapability(_ah, HAL_CAP_ANT_DIV_COMB, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1349
(ath_hal_getcapability(_ah, HAL_CAP_LDPC, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1351
(ath_hal_getcapability(_ah, HAL_CAP_LDPCWAR, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1356
0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1359
== HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1362
== HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1365
== HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1368
== HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1371
== HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1374
== HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1390
0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1393
0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1395
(ath_hal_getcapability(_ah, HAL_CAP_GTXTO, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1398
0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1508
(ath_hal_getcapability(_ah, HAL_CAP_SPECTRAL_SCAN, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath/if_athvar.h
1519
(ath_hal_getcapability(_ah, HAL_CAP_BT_COEX, 0, NULL) == HAL_OK)
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
114
HAL_CAP_PHYDIAG, 0, NULL) != HAL_OK)
sys/dev/netif/ath/ath_hal/ah.c
1391
if (ath_hal_getcapability(ah, HAL_CAP_DIAG, 0, &diag) != HAL_OK)
sys/dev/netif/ath/ath_hal/ah.c
607
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
610
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
617
return pCap->halHwPhyCounterSupport ? HAL_OK : HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ah.c
624
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
627
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
629
return pCap->halVEOLSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
631
return pCap->halPSPollBroken ? HAL_ENOTSUPP : HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
633
return pCap->halCompressSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
635
return pCap->halBurstSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
637
return pCap->halFastFramesSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
640
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
644
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
647
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
650
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
653
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
657
return pCap->halBssIdMaskSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
659
return pCap->halMcastKeySrchSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
665
return pCap->halRfSilentSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
668
HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
671
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
675
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
678
return pCap->halHTSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
680
return pCap->halGTTSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
682
return pCap->halFastCCSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
685
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
688
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
691
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
693
return pCap->halCSTSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
696
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
698
return pCap->hal4AddrAggrSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
700
return pCap->halExtChanDfsSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
702
return pCap->halRxStbcSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
704
return pCap->halTxStbcSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
706
return pCap->halUseCombinedRadarRssi ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
708
return pCap->halAutoSleepSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
710
return pCap->halMbssidAggrSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
712
return pCap->hal4kbSplitTransSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
715
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
717
return pCap->halEnhancedDmaSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
720
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
723
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
726
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
729
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
734
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
737
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
744
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
746
return pCap->halBtCoexSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
748
return pCap->halSpectralScanSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
750
return pCap->halHTSGI20Support ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
753
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
755
return pCap->halAntDivCombSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
758
return pCap->halEnhancedDfsSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
762
return AH_PRIVATE(ah)->ah_rxornIsFatal ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
765
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
767
return pCap->halBssidMatchSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
772
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
775
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
780
return pCap->halHasRxSelfLinkedTail ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
782
return pCap->halHasLongRxDescTsf ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
784
return pCap->halHasBBReadWar? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
786
return pCap->halSerialiseRegWar ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
789
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah.c
791
return pCap->halRxUsingLnaMixing ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah.c
793
return pCap->halRxDoMyBeacon ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
101
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
107
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
113
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
131
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
407
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
42
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
55
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
72
return pBase->openLoopPwrCntl ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
79
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
95
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
98
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v1.c
252
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v1.c
54
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v1.c
57
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v1.c
60
return ee->ee_rfKill ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v1.c
64
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
105
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
109
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
114
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
130
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
133
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
136
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
142
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
146
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
167
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
170
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
41
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
44
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
445
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
57
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
89
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
90
return pBase->fastClk5g ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
93
return pBase->openLoopPwrCntl ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
97
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1568
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1571
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1576
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1597
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1600
return ee->ee_rfKill ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1603
return ee->ee_Amode ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1606
return ee->ee_Bmode ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1609
return ee->ee_Gmode ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1612
return ee->ee_turbo5Disable ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1615
return ee->ee_turbo2Disable ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1620
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1623
return ee->ee_exist32kHzCrystal ? HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1627
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1631
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1635
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1639
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1644
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1651
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1656
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1659
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1663
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1676
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1679
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1682
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1685
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1688
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1694
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1700
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1706
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1712
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1875
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
105
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
108
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
126
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
397
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
43
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
56
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
85
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
90
HAL_OK : HAL_EIO;
sys/dev/netif/ath/ath_hal/ah_internal.h
468
(ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 1, AH_NULL) == HAL_OK)
sys/dev/netif/ath/ath_hal/ah_internal.h
472
(ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 3, AH_NULL) == HAL_OK)
sys/dev/netif/ath/ath_hal/ah_internal.h
483
(AH_PRIVATE(_ah)->ah_eepromGet(_ah, _param, AH_NULL) == HAL_OK)
sys/dev/netif/ath/ath_hal/ah_regdomain.c
358
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
389
if (status != HAL_OK)
sys/dev/netif/ath/ath_hal/ah_regdomain.c
588
return HAL_OK;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
704
if (status == HAL_OK &&
sys/dev/netif/ath/ath_hal/ah_regdomain.c
754
if (status == HAL_OK && assignPrivateChannels(ah, chans, nchans, rd)) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
764
if (status == HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
259
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
263
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
271
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
588
return (capability == HAL_CIPHER_WEP ? HAL_OK : HAL_ENOTSUPP);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
269
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
617
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
310
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
338
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
356
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
517
ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
632
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
248
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
656
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
493
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
525
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
559
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
724
if (ath_hal_eepromGet(ah, AR_EEP_OPCAP, &capField) != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
862
if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
867
if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
882
ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
647
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
806
HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
812
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
819
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
822
AR_STA_ID1_CRPT_MIC_ENABLE) ? HAL_OK : HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
829
HAL_ENXIO : HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
832
AR_MISC_MODE_MIC_NEW_LOC_ENABLE) ? HAL_ENXIO : HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
839
AH_PRIVATE(ah)->ah_macRev >= 8) ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
843
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
845
return ahp->ah_diversity ? HAL_OK : HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
849
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
854
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
858
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
860
return ahp->ah_tpcEnabled ? HAL_OK : HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
862
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
867
HAL_OK: HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
871
HAL_OK: HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
877
return pCap->halMcastKeySrchSupport ? HAL_OK : HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
880
AR_STA_ID1_MCAST_KSRCH) ? HAL_OK : HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
886
return pCap->halTsfAddSupport ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
889
HAL_OK : HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
894
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
897
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
901
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
904
HAL_OK : HAL_ENXIO;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
920
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
316
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
945
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5312/ar5312_attach.c
203
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5312/ar5312_attach.c
235
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
1032
ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
374
if (ecode != HAL_OK)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
439
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
956
if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
961
if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
442
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
454
return (AR_SREV_HOWL(ah) || AR_SREV_SOWL(ah)) ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
456
return (AR_SREV_HOWL(ah) || AR_SREV_SOWL(ah)) ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
458
return AR_SREV_MERLIN(ah) ? HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
465
HAL_OK : HAL_ENOTSUPP;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
470
return (HAL_OK);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
475
return (HAL_OK);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
278
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
821
return HAL_OK;
sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c
171
if (ecode != HAL_OK)
sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c
232
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c
195
if (ecode != HAL_OK)
sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c
259
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
89
if (ath_hal_eepromGet(ah, AR_EEP_FRAC_N_5G, &frac_n_5g) != HAL_OK)
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
257
if (ecode != HAL_OK)
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
318
if (AR_SREV_MERLIN_20_OR_LATER(ah) && ecode == HAL_OK && pwr == 0) {
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
381
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
247
if (ecode != HAL_OK)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
354
if (ecode != HAL_OK) {
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
240
if (ecode != HAL_OK)
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
327
if (ecode != HAL_OK) {
tools/tools/ath/athrd/athrd.c
1178
HAL_MODE_11G, cc, rd, extendedChanMode) == HAL_OK) {
tools/tools/ath/athrd/athrd.c
1189
HAL_MODE_11B, cc, rd, extendedChanMode) == HAL_OK) {
tools/tools/ath/athrd/athrd.c
1200
HAL_MODE_11A, cc, rd, extendedChanMode) == HAL_OK) {
tools/tools/ath/athrd/athrd.c
1211
HAL_MODE_TURBO, cc, rd, extendedChanMode) == HAL_OK) {
tools/tools/ath/athrd/athrd.c
1222
HAL_MODE_108G, cc, rd, extendedChanMode) == HAL_OK) {
tools/tools/ath/athrd/athrd.c
1233
modes & HAL_MODE_HT, cc, rd, extendedChanMode) == HAL_OK) {
tools/tools/ath/athrd/athrd.c
995
return HAL_OK;