Symbol: __ahdecl
sys/dev/ath/ath_hal/ah.h
1242
const HAL_RATE_TABLE *__ahdecl(*ah_getRateTable)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1244
void __ahdecl(*ah_detach)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1247
HAL_BOOL __ahdecl(*ah_reset)(struct ath_hal *, HAL_OPMODE,
sys/dev/ath/ath_hal/ah.h
1252
HAL_BOOL __ahdecl(*ah_phyDisable)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1253
HAL_BOOL __ahdecl(*ah_disable)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1254
void __ahdecl(*ah_configPCIE)(struct ath_hal *, HAL_BOOL restore,
sys/dev/ath/ath_hal/ah.h
1256
void __ahdecl(*ah_disablePCIE)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1257
void __ahdecl(*ah_setPCUConfig)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1258
HAL_BOOL __ahdecl(*ah_perCalibration)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1260
HAL_BOOL __ahdecl(*ah_perCalibrationN)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1263
HAL_BOOL __ahdecl(*ah_resetCalValid)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1265
HAL_BOOL __ahdecl(*ah_setTxPower)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1267
HAL_BOOL __ahdecl(*ah_setTxPowerLimit)(struct ath_hal *, uint32_t);
sys/dev/ath/ath_hal/ah.h
1268
HAL_BOOL __ahdecl(*ah_setBoardValues)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1272
HAL_BOOL __ahdecl(*ah_updateTxTrigLevel)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1274
int __ahdecl(*ah_setupTxQueue)(struct ath_hal *, HAL_TX_QUEUE,
sys/dev/ath/ath_hal/ah.h
1276
HAL_BOOL __ahdecl(*ah_setTxQueueProps)(struct ath_hal *, int q,
sys/dev/ath/ath_hal/ah.h
1278
HAL_BOOL __ahdecl(*ah_getTxQueueProps)(struct ath_hal *, int q,
sys/dev/ath/ath_hal/ah.h
1280
HAL_BOOL __ahdecl(*ah_releaseTxQueue)(struct ath_hal *ah, u_int q);
sys/dev/ath/ath_hal/ah.h
1281
HAL_BOOL __ahdecl(*ah_resetTxQueue)(struct ath_hal *ah, u_int q);
sys/dev/ath/ath_hal/ah.h
1282
uint32_t __ahdecl(*ah_getTxDP)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1283
HAL_BOOL __ahdecl(*ah_setTxDP)(struct ath_hal*, u_int, uint32_t txdp);
sys/dev/ath/ath_hal/ah.h
1284
uint32_t __ahdecl(*ah_numTxPending)(struct ath_hal *, u_int q);
sys/dev/ath/ath_hal/ah.h
1285
HAL_BOOL __ahdecl(*ah_startTxDma)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1286
HAL_BOOL __ahdecl(*ah_stopTxDma)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1287
HAL_BOOL __ahdecl(*ah_setupTxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/ath/ath_hal/ah.h
1295
HAL_BOOL __ahdecl(*ah_setupXTxDesc)(struct ath_hal *, struct ath_desc*,
sys/dev/ath/ath_hal/ah.h
1299
HAL_BOOL __ahdecl(*ah_fillTxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/ath/ath_hal/ah.h
1303
HAL_STATUS __ahdecl(*ah_procTxDesc)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1305
void __ahdecl(*ah_getTxIntrQueue)(struct ath_hal *, uint32_t *);
sys/dev/ath/ath_hal/ah.h
1306
void __ahdecl(*ah_reqTxIntrDesc)(struct ath_hal *, struct ath_desc*);
sys/dev/ath/ath_hal/ah.h
1307
HAL_BOOL __ahdecl(*ah_getTxCompletionRates)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1309
void __ahdecl(*ah_setTxDescLink)(struct ath_hal *ah, void *ds,
sys/dev/ath/ath_hal/ah.h
1311
void __ahdecl(*ah_getTxDescLink)(struct ath_hal *ah, void *ds,
sys/dev/ath/ath_hal/ah.h
1313
void __ahdecl(*ah_getTxDescLinkPtr)(struct ath_hal *ah, void *ds,
sys/dev/ath/ath_hal/ah.h
1315
void __ahdecl(*ah_setupTxStatusRing)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1318
void __ahdecl(*ah_getTxRawTxDesc)(struct ath_hal *, u_int32_t *);
sys/dev/ath/ath_hal/ah.h
1321
uint32_t __ahdecl(*ah_getRxDP)(struct ath_hal*, HAL_RX_QUEUE);
sys/dev/ath/ath_hal/ah.h
1322
void __ahdecl(*ah_setRxDP)(struct ath_hal*, uint32_t rxdp, HAL_RX_QUEUE);
sys/dev/ath/ath_hal/ah.h
1323
void __ahdecl(*ah_enableReceive)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1324
HAL_BOOL __ahdecl(*ah_stopDmaReceive)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1325
void __ahdecl(*ah_startPcuReceive)(struct ath_hal*, HAL_BOOL);
sys/dev/ath/ath_hal/ah.h
1326
void __ahdecl(*ah_stopPcuReceive)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1327
void __ahdecl(*ah_setMulticastFilter)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1329
HAL_BOOL __ahdecl(*ah_setMulticastFilterIndex)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1331
HAL_BOOL __ahdecl(*ah_clrMulticastFilterIndex)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1333
uint32_t __ahdecl(*ah_getRxFilter)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1334
void __ahdecl(*ah_setRxFilter)(struct ath_hal*, uint32_t);
sys/dev/ath/ath_hal/ah.h
1335
HAL_BOOL __ahdecl(*ah_setupRxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/ath/ath_hal/ah.h
1337
HAL_STATUS __ahdecl(*ah_procRxDesc)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1341
void __ahdecl(*ah_rxMonitor)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1344
void __ahdecl(*ah_aniPoll)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1346
void __ahdecl(*ah_procMibEvent)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1350
HAL_STATUS __ahdecl(*ah_getCapability)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1353
HAL_BOOL __ahdecl(*ah_setCapability)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1356
HAL_BOOL __ahdecl(*ah_getDiagState)(struct ath_hal *, int request,
sys/dev/ath/ath_hal/ah.h
1359
void __ahdecl(*ah_getMacAddress)(struct ath_hal *, uint8_t *);
sys/dev/ath/ath_hal/ah.h
1360
HAL_BOOL __ahdecl(*ah_setMacAddress)(struct ath_hal *, const uint8_t*);
sys/dev/ath/ath_hal/ah.h
1361
void __ahdecl(*ah_getBssIdMask)(struct ath_hal *, uint8_t *);
sys/dev/ath/ath_hal/ah.h
1362
HAL_BOOL __ahdecl(*ah_setBssIdMask)(struct ath_hal *, const uint8_t*);
sys/dev/ath/ath_hal/ah.h
1363
HAL_BOOL __ahdecl(*ah_setRegulatoryDomain)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1365
void __ahdecl(*ah_setLedState)(struct ath_hal*, HAL_LED_STATE);
sys/dev/ath/ath_hal/ah.h
1366
void __ahdecl(*ah_writeAssocid)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1368
HAL_BOOL __ahdecl(*ah_gpioCfgOutput)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1370
HAL_BOOL __ahdecl(*ah_gpioCfgInput)(struct ath_hal *, uint32_t gpio);
sys/dev/ath/ath_hal/ah.h
1371
uint32_t __ahdecl(*ah_gpioGet)(struct ath_hal *, uint32_t gpio);
sys/dev/ath/ath_hal/ah.h
1372
HAL_BOOL __ahdecl(*ah_gpioSet)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1374
void __ahdecl(*ah_gpioSetIntr)(struct ath_hal*, u_int, uint32_t);
sys/dev/ath/ath_hal/ah.h
1375
uint32_t __ahdecl(*ah_getTsf32)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1376
uint64_t __ahdecl(*ah_getTsf64)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1377
void __ahdecl(*ah_setTsf64)(struct ath_hal *, uint64_t);
sys/dev/ath/ath_hal/ah.h
1378
void __ahdecl(*ah_resetTsf)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1379
HAL_BOOL __ahdecl(*ah_detectCardPresent)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1380
void __ahdecl(*ah_updateMibCounters)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1382
HAL_RFGAIN __ahdecl(*ah_getRfGain)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1383
u_int __ahdecl(*ah_getDefAntenna)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1384
void __ahdecl(*ah_setDefAntenna)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1385
HAL_ANT_SETTING __ahdecl(*ah_getAntennaSwitch)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1386
HAL_BOOL __ahdecl(*ah_setAntennaSwitch)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1388
HAL_BOOL __ahdecl(*ah_setSifsTime)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1389
u_int __ahdecl(*ah_getSifsTime)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1390
HAL_BOOL __ahdecl(*ah_setSlotTime)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1391
u_int __ahdecl(*ah_getSlotTime)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1392
HAL_BOOL __ahdecl(*ah_setAckTimeout)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1393
u_int __ahdecl(*ah_getAckTimeout)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1394
HAL_BOOL __ahdecl(*ah_setAckCTSRate)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1395
u_int __ahdecl(*ah_getAckCTSRate)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1396
HAL_BOOL __ahdecl(*ah_setCTSTimeout)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1397
u_int __ahdecl(*ah_getCTSTimeout)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1398
HAL_BOOL __ahdecl(*ah_setDecompMask)(struct ath_hal*, uint16_t, int);
sys/dev/ath/ath_hal/ah.h
1399
void __ahdecl(*ah_setCoverageClass)(struct ath_hal*, uint8_t, int);
sys/dev/ath/ath_hal/ah.h
1400
HAL_STATUS __ahdecl(*ah_setQuiet)(struct ath_hal *ah, uint32_t period,
sys/dev/ath/ath_hal/ah.h
1403
void __ahdecl(*ah_setChainMasks)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1405
u_int __ahdecl(*ah_getNav)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1406
void __ahdecl(*ah_setNav)(struct ath_hal*, u_int);
sys/dev/ath/ath_hal/ah.h
1409
void __ahdecl(*ah_enableDfs)(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
1411
void __ahdecl(*ah_getDfsThresh)(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
1413
HAL_BOOL __ahdecl(*ah_getDfsDefaultThresh)(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
1415
HAL_BOOL __ahdecl(*ah_procRadarEvent)(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
1418
HAL_BOOL __ahdecl(*ah_isFastClockEnabled)(struct ath_hal *ah);
sys/dev/ath/ath_hal/ah.h
1419
void __ahdecl(*ah_setDfsCacTxQuiet)(struct ath_hal *, HAL_BOOL);
sys/dev/ath/ath_hal/ah.h
1422
void __ahdecl(*ah_spectralConfigure)(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
1424
void __ahdecl(*ah_spectralGetConfig)(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
1426
void __ahdecl(*ah_spectralStart)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1427
void __ahdecl(*ah_spectralStop)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1428
HAL_BOOL __ahdecl(*ah_spectralIsEnabled)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1429
HAL_BOOL __ahdecl(*ah_spectralIsActive)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1433
uint32_t __ahdecl(*ah_getKeyCacheSize)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1434
HAL_BOOL __ahdecl(*ah_resetKeyCacheEntry)(struct ath_hal*, uint16_t);
sys/dev/ath/ath_hal/ah.h
1435
HAL_BOOL __ahdecl(*ah_isKeyCacheEntryValid)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1437
HAL_BOOL __ahdecl(*ah_setKeyCacheEntry)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1440
HAL_BOOL __ahdecl(*ah_setKeyCacheEntryMac)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1444
HAL_BOOL __ahdecl(*ah_setPowerMode)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1446
HAL_POWER_MODE __ahdecl(*ah_getPowerMode)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1447
int16_t __ahdecl(*ah_getChanNoise)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1451
void __ahdecl(*ah_setBeaconTimers)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1454
void __ahdecl(*ah_beaconInit)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1456
void __ahdecl(*ah_setStationBeaconTimers)(struct ath_hal*,
sys/dev/ath/ath_hal/ah.h
1458
void __ahdecl(*ah_resetStationBeaconTimers)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1459
uint64_t __ahdecl(*ah_getNextTBTT)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1462
HAL_BOOL __ahdecl(*ah_chainTxDesc)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1469
HAL_BOOL __ahdecl(*ah_setupFirstTxDesc)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1472
HAL_BOOL __ahdecl(*ah_setupLastTxDesc)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1474
void __ahdecl(*ah_set11nRateScenario)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1484
void __ahdecl(*ah_set11nTxDesc)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1487
void __ahdecl(*ah_set11nAggrFirst)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1489
void __ahdecl(*ah_set11nAggrMiddle)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1491
void __ahdecl(*ah_set11nAggrLast)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1493
void __ahdecl(*ah_clr11nAggr)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1495
void __ahdecl(*ah_set11nBurstDuration)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1497
void __ahdecl(*ah_set11nVirtMoreFrag)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1500
HAL_BOOL __ahdecl(*ah_getMibCycleCounts) (struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1503
uint32_t __ahdecl(*ah_get11nExtBusy)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1504
void __ahdecl(*ah_set11nMac2040)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1506
HAL_HT_RXCLEAR __ahdecl(*ah_get11nRxClear)(struct ath_hal *ah);
sys/dev/ath/ath_hal/ah.h
1507
void __ahdecl(*ah_set11nRxClear)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1511
HAL_BOOL __ahdecl(*ah_isInterruptPending)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1512
HAL_BOOL __ahdecl(*ah_getPendingInterrupts)(struct ath_hal*, HAL_INT*);
sys/dev/ath/ath_hal/ah.h
1513
HAL_INT __ahdecl(*ah_getInterrupts)(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1514
HAL_INT __ahdecl(*ah_setInterrupts)(struct ath_hal*, HAL_INT);
sys/dev/ath/ath_hal/ah.h
1517
void __ahdecl(*ah_btCoexSetInfo)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1519
void __ahdecl(*ah_btCoexSetConfig)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1521
void __ahdecl(*ah_btCoexSetQcuThresh)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1523
void __ahdecl(*ah_btCoexSetWeights)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1525
void __ahdecl(*ah_btCoexSetBmissThresh)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1527
void __ahdecl(*ah_btCoexSetParameter)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1529
void __ahdecl(*ah_btCoexDisable)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1530
int __ahdecl(*ah_btCoexEnable)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1533
void __ahdecl(*ah_btMciSetup)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1535
HAL_BOOL __ahdecl(*ah_btMciSendMessage)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1538
uint32_t __ahdecl(*ah_btMciGetInterrupt)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1540
uint32_t __ahdecl(*ah_btMciState)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1542
void __ahdecl(*ah_btMciDetach)(struct ath_hal *);
sys/dev/ath/ath_hal/ah.h
1545
void __ahdecl(*ah_divLnaConfGet)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1547
void __ahdecl(*ah_divLnaConfSet)(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1556
extern const char *__ahdecl ath_hal_probe(uint16_t vendorid, uint16_t devid);
sys/dev/ath/ath_hal/ah.h
1571
extern struct ath_hal * __ahdecl ath_hal_attach(uint16_t devid, HAL_SOFTC,
sys/dev/ath/ath_hal/ah.h
1600
extern HAL_STATUS __ahdecl ath_hal_getchannels(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1609
extern HAL_STATUS __ahdecl ath_hal_init_channels(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1618
extern HAL_STATUS __ahdecl ath_hal_set_channels(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1626
extern int __ahdecl ath_hal_get_mimo_chan_noise(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
1634
extern void __ahdecl ath_hal_process_noisefloor(struct ath_hal *ah);
sys/dev/ath/ath_hal/ah.h
1639
extern u_int __ahdecl ath_hal_getwirelessmodes(struct ath_hal*);
sys/dev/ath/ath_hal/ah.h
1650
extern uint32_t __ahdecl ath_hal_pkt_txtime(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
1658
extern uint32_t __ahdecl ath_computedur_ht(uint32_t frameLen, uint16_t rate,
sys/dev/ath/ath_hal/ah.h
1664
extern uint16_t __ahdecl ath_hal_computetxtime(struct ath_hal *,
sys/dev/ath/ath_hal/ah.h
1672
extern void __ahdecl ath_hal_adjusttsf(struct ath_hal *ah, int32_t tsfdelta);
sys/dev/ath/ath_hal/ah.h
1677
void __ahdecl ath_hal_setcca(struct ath_hal *ah, int ena);
sys/dev/ath/ath_hal/ah.h
1682
int __ahdecl ath_hal_getcca(struct ath_hal *ah);
sys/dev/ath/ath_hal/ah.h
1687
void __ahdecl ath_hal_set_dfs_cac_tx_quiet(struct ath_hal *ah, HAL_BOOL ena);
sys/dev/ath/ath_hal/ah.h
1692
HAL_BOOL __ahdecl ath_hal_EepromDataRead(struct ath_hal *ah,
sys/dev/ath/ath_hal/ah.h
60
#ifndef __ahdecl