Home
last modified time | relevance | path

Searched defs:ah (Results 1 – 25 of 145) sorted by relevance

123456

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c34 ar5211GetMacAddress(struct ath_hal *ah, uint8_t *mac) in ar5211GetMacAddress()
42 ar5211SetMacAddress(struct ath_hal *ah, const uint8_t *mac) in ar5211SetMacAddress()
51 ar5211GetBssIdMask(struct ath_hal *ah, uint8_t *mask) in ar5211GetBssIdMask()
59 ar5211SetBssIdMask(struct ath_hal *ah, const uint8_t *mask) in ar5211SetBssIdMask()
68 ar5211EepromRead(struct ath_hal *ah, u_int off, uint16_t *data) in ar5211EepromRead()
89 ar5211EepromWrite(struct ath_hal *ah, u_int off, uint16_t data) in ar5211EepromWrite()
99 ar5211SetRegulatoryDomain(struct ath_hal *ah, in ar5211SetRegulatoryDomain()
141 ar5211GetWirelessModes(struct ath_hal *ah) in ar5211GetWirelessModes()
168 ar5211EnableRfKill(struct ath_hal *ah) in ar5211EnableRfKill()
195 ar5211GpioCfgOutput(struct ath_hal *ah, uint32_t gpio, HAL_GPIO_MUX_TYPE type) in ar5211GpioCfgOutput()
[all …]
H A Dar5211_recv.c33 ar5211GetRxDP(struct ath_hal *ah) in ar5211GetRxDP()
42 ar5211SetRxDP(struct ath_hal *ah, uint32_t rxdp) in ar5211SetRxDP()
53 ar5211EnableReceive(struct ath_hal *ah) in ar5211EnableReceive()
62 ar5211StopDmaReceive(struct ath_hal *ah) in ar5211StopDmaReceive()
84 ar5211StartPcuReceive(struct ath_hal *ah) in ar5211StartPcuReceive()
94 ar5211StopPcuReceive(struct ath_hal *ah) in ar5211StopPcuReceive()
105 ar5211SetMulticastFilter(struct ath_hal *ah, uint32_t filter0, uint32_t filter1) in ar5211SetMulticastFilter()
115 ar5211ClrMulticastFilterIndex(struct ath_hal *ah, uint32_t ix) in ar5211ClrMulticastFilterIndex()
135 ar5211SetMulticastFilterIndex(struct ath_hal *ah, uint32_t ix) in ar5211SetMulticastFilterIndex()
155 ar5211GetRxFilter(struct ath_hal *ah) in ar5211GetRxFilter()
[all …]
H A Dar5211_xmit.c38 ar5211UpdateTxTrigLevel(struct ath_hal *ah, HAL_BOOL bIncTrigLevel) in ar5211UpdateTxTrigLevel()
80 ar5211SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5211SetTxQueueProps()
96 ar5211GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5211GetTxQueueProps()
112 ar5211SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, in ar5211SetupTxQueue()
169 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) in setTxQInterrupts()
199 ar5211ReleaseTxQueue(struct ath_hal *ah, u_int q) in ar5211ReleaseTxQueue()
233 ar5211ResetTxQueue(struct ath_hal *ah, u_int q) in ar5211ResetTxQueue()
402 ar5211GetTxDP(struct ath_hal *ah, u_int q) in ar5211GetTxDP()
412 ar5211SetTxDP(struct ath_hal *ah, u_int q, uint32_t txdp) in ar5211SetTxDP()
432 ar5211StartTxDma(struct ath_hal *ah, u_int q) in ar5211StartTxDma()
[all …]
H A Dar5211_attach.c180 ar5211GetRadioRev(struct ath_hal *ah) in ar5211GetRadioRev()
202 struct ath_hal *ah; in ar5211Attach() local
367 ar5211Detach(struct ath_hal *ah) in ar5211Detach()
379 ar5211ChipTest(struct ath_hal *ah) in ar5211ChipTest()
425 ar5211GetChannelEdges(struct ath_hal *ah, in ar5211GetChannelEdges()
442 ar5211GetChipPowerLimits(struct ath_hal *ah, HAL_CHANNEL *chans, uint32_t nchans) in ar5211GetChipPowerLimits()
460 ar5211ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore) in ar5211ConfigPCIE()
465 ar5211DisablePCIE(struct ath_hal *ah) in ar5211DisablePCIE()
473 ar5211FillCapabilityInfo(struct ath_hal *ah) in ar5211FillCapabilityInfo()
H A Dar5211_power.c38 ar5211SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5211SetPowerModeAwake()
75 ar5211SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5211SetPowerModeSleep()
88 ar5211SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5211SetPowerModeNetworkSleep()
96 ar5211SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5211SetPowerMode()
132 ar5211GetPowerMode(struct ath_hal *ah) in ar5211GetPowerMode()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c40 ar5212GetMacAddress(struct ath_hal *ah, uint8_t *mac) in ar5212GetMacAddress()
48 ar5212SetMacAddress(struct ath_hal *ah, const uint8_t *mac) in ar5212SetMacAddress()
57 ar5212GetBssIdMask(struct ath_hal *ah, uint8_t *mask) in ar5212GetBssIdMask()
65 ar5212SetBssIdMask(struct ath_hal *ah, const uint8_t *mask) in ar5212SetBssIdMask()
81 ar5212SetRegulatoryDomain(struct ath_hal *ah, in ar5212SetRegulatoryDomain()
117 ar5212GetWirelessModes(struct ath_hal *ah) in ar5212GetWirelessModes()
151 ar5212EnableRfKill(struct ath_hal *ah) in ar5212EnableRfKill()
179 ar5212SetLedState(struct ath_hal *ah, HAL_LED_STATE state) in ar5212SetLedState()
221 ar5212WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5212WriteAssocid()
236 ar5212GetTsf64(struct ath_hal *ah) in ar5212GetTsf64()
[all …]
H A Dar5212_recv.c41 ar5212SetRxDP(struct ath_hal *ah, uint32_t rxdp) in ar5212SetRxDP()
51 ar5212EnableReceive(struct ath_hal *ah) in ar5212EnableReceive()
60 ar5212StopDmaReceive(struct ath_hal *ah) in ar5212StopDmaReceive()
81 ar5212StartPcuReceive(struct ath_hal *ah) in ar5212StartPcuReceive()
96 ar5212StopPcuReceive(struct ath_hal *ah) in ar5212StopPcuReceive()
108 ar5212SetMulticastFilter(struct ath_hal *ah, uint32_t filter0, uint32_t filter1) in ar5212SetMulticastFilter()
118 ar5212ClrMulticastFilterIndex(struct ath_hal *ah, uint32_t ix) in ar5212ClrMulticastFilterIndex()
138 ar5212SetMulticastFilterIndex(struct ath_hal *ah, uint32_t ix) in ar5212SetMulticastFilterIndex()
158 ar5212GetRxFilter(struct ath_hal *ah) in ar5212GetRxFilter()
176 ar5212SetRxFilter(struct ath_hal *ah, uint32_t bits) in ar5212SetRxFilter()
[all …]
H A Dar5212_ani.c59 #define ANI_ENA(ah) \ argument
61 #define ANI_ENA_RSSI(ah) \ argument
67 enableAniMIBCounters(struct ath_hal *ah, const struct ar5212AniParams *params) in enableAniMIBCounters()
88 disableAniMIBCounters(struct ath_hal *ah) in disableAniMIBCounters()
109 ar5212GetAniChannelIndex(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan) in ar5212GetAniChannelIndex()
142 ar5212AniGetCurrentState(struct ath_hal *ah) in ar5212AniGetCurrentState()
151 ar5212AniGetCurrentStats(struct ath_hal *ah) in ar5212AniGetCurrentStats()
162 setPhyErrBase(struct ath_hal *ah, struct ar5212AniParams *params) in setPhyErrBase()
187 ar5212AniAttach(struct ath_hal *ah, const struct ar5212AniParams *params24, in ar5212AniAttach()
218 ar5212AniSetParams(struct ath_hal *ah, const struct ar5212AniParams *params24, in ar5212AniSetParams()
[all …]
H A Dar5212_attach.c169 ar5212GetRadioRev(struct ath_hal *ah) in ar5212GetRadioRev()
184 ar5212AniSetup(struct ath_hal *ah) in ar5212AniSetup()
223 struct ath_hal *ah; in ar5212InitState() local
306 #define AH_EEPROM_PROTECT(ah) \ in ar5212Attach() argument
309 struct ath_hal *ah; in ar5212Attach() local
569 ar5212Detach(struct ath_hal *ah) in ar5212Detach()
586 ar5212ChipTest(struct ath_hal *ah) in ar5212ChipTest()
632 ar5212GetChannelEdges(struct ath_hal *ah, in ar5212GetChannelEdges()
660 ar5212ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore) in ar5212ConfigPCIE()
681 ar5212DisablePCIE(struct ath_hal *ah) in ar5212DisablePCIE()
[all …]
H A Dar5212_xmit.c45 ar5212UpdateTxTrigLevel(struct ath_hal *ah, HAL_BOOL bIncTrigLevel) in ar5212UpdateTxTrigLevel()
85 ar5212SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5212SetTxQueueProps()
102 ar5212GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5212GetTxQueueProps()
120 ar5212SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, in ar5212SetupTxQueue()
204 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) in setTxQInterrupts()
230 ar5212ReleaseTxQueue(struct ath_hal *ah, u_int q) in ar5212ReleaseTxQueue()
267 ar5212ResetTxQueue(struct ath_hal *ah, u_int q) in ar5212ResetTxQueue()
489 ar5212GetTxDP(struct ath_hal *ah, u_int q) in ar5212GetTxDP()
499 ar5212SetTxDP(struct ath_hal *ah, u_int q, uint32_t txdp) in ar5212SetTxDP()
519 ar5212StartTxDma(struct ath_hal *ah, u_int q) in ar5212StartTxDma()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c34 ar5210GetMacAddress(struct ath_hal *ah, uint8_t *mac) in ar5210GetMacAddress()
42 ar5210SetMacAddress(struct ath_hal *ah, const uint8_t *mac) in ar5210SetMacAddress()
51 ar5210GetBssIdMask(struct ath_hal *ah, uint8_t *mask) in ar5210GetBssIdMask()
59 ar5210SetBssIdMask(struct ath_hal *ah, const uint8_t *mask) in ar5210SetBssIdMask()
68 ar5210EepromRead(struct ath_hal *ah, u_int off, uint16_t *data) in ar5210EepromRead()
86 ar5210EepromWrite(struct ath_hal *ah, u_int off, uint16_t data) in ar5210EepromWrite()
96 ar5210SetRegulatoryDomain(struct ath_hal *ah, in ar5210SetRegulatoryDomain()
129 ar5210GetWirelessModes(struct ath_hal *ah) in ar5210GetWirelessModes()
140 ar5210EnableRfKill(struct ath_hal *ah) in ar5210EnableRfKill()
161 ar5210GpioCfgOutput(struct ath_hal *ah, uint32_t gpio, HAL_GPIO_MUX_TYPE type) in ar5210GpioCfgOutput()
[all …]
H A Dar5210_recv.c33 ar5210GetRxDP(struct ath_hal *ah) in ar5210GetRxDP()
42 ar5210SetRxDP(struct ath_hal *ah, uint32_t rxdp) in ar5210SetRxDP()
52 ar5210EnableReceive(struct ath_hal *ah) in ar5210EnableReceive()
61 ar5210StopDmaReceive(struct ath_hal *ah) in ar5210StopDmaReceive()
83 ar5210StartPcuReceive(struct ath_hal *ah) in ar5210StartPcuReceive()
93 ar5210StopPcuReceive(struct ath_hal *ah) in ar5210StopPcuReceive()
104 ar5210SetMulticastFilter(struct ath_hal *ah, uint32_t filter0, uint32_t filter1) in ar5210SetMulticastFilter()
114 ar5210ClrMulticastFilterIndex(struct ath_hal *ah, uint32_t ix) in ar5210ClrMulticastFilterIndex()
134 ar5210SetMulticastFilterIndex(struct ath_hal *ah, uint32_t ix) in ar5210SetMulticastFilterIndex()
154 ar5210GetRxFilter(struct ath_hal *ah) in ar5210GetRxFilter()
[all …]
H A Dar5210_reset.c70 ar5210Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5210Reset()
307 ar5210SetOperatingMode(struct ath_hal *ah, int opmode) in ar5210SetOperatingMode()
343 ar5210SetPCUConfig(struct ath_hal *ah) in ar5210SetPCUConfig()
355 ar5210PhyDisable(struct ath_hal *ah) in ar5210PhyDisable()
364 ar5210Disable(struct ath_hal *ah) in ar5210Disable()
388 ar5210ChipReset(struct ath_hal *ah, HAL_CHANNEL *chan) in ar5210ChipReset()
447 ar5210PerCalibrationN(struct ath_hal *ah, HAL_CHANNEL *chan, u_int chainMask, in ar5210PerCalibrationN()
571 ar5210PerCalibration(struct ath_hal *ah, HAL_CHANNEL *chan, HAL_BOOL *isIQdone) in ar5210PerCalibration()
577 ar5210ResetCalValid(struct ath_hal *ah, HAL_CHANNEL *chan) in ar5210ResetCalValid()
586 ar5210SetResetReg(struct ath_hal *ah, uint32_t resetMask, u_int waitTime) in ar5210SetResetReg()
[all …]
H A Dar5210_xmit.c36 ar5210SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5210SetTxQueueProps()
52 ar5210GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5210GetTxQueueProps()
68 ar5210SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, in ar5210SetupTxQueue()
123 ar5210ReleaseTxQueue(struct ath_hal *ah, u_int q) in ar5210ReleaseTxQueue()
154 ar5210ResetTxQueue(struct ath_hal *ah, u_int q) in ar5210ResetTxQueue()
257 ar5210GetTxDP(struct ath_hal *ah, u_int q) in ar5210GetTxDP()
282 ar5210SetTxDP(struct ath_hal *ah, u_int q, uint32_t txdp) in ar5210SetTxDP()
329 ar5210UpdateTxTrigLevel(struct ath_hal *ah, HAL_BOOL bIncTrigLevel) in ar5210UpdateTxTrigLevel()
367 ar5210StartTxDma(struct ath_hal *ah, u_int q) in ar5210StartTxDma()
400 ar5210NumTxPending(struct ath_hal *ah, u_int q) in ar5210NumTxPending()
[all …]
H A Dar5210_attach.c183 struct ath_hal *ah; in ar5210Attach() local
293 ar5210Detach(struct ath_hal *ah) in ar5210Detach()
308 ar5210GetChannelEdges(struct ath_hal *ah, in ar5210GetChannelEdges()
321 ar5210GetChipPowerLimits(struct ath_hal *ah, HAL_CHANNEL *chans, uint32_t nchans) in ar5210GetChipPowerLimits()
339 ar5210ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore) in ar5210ConfigPCIE()
344 ar5210DisablePCIE(struct ath_hal *ah) in ar5210DisablePCIE()
352 ar5210FillCapabilityInfo(struct ath_hal *ah) in ar5210FillCapabilityInfo()
H A Dar5210_power.c32 ar5210SetPowerModeAuto(struct ath_hal *ah, int setChip) in ar5210SetPowerModeAuto()
49 ar5210SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5210SetPowerModeAwake()
86 ar5210SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5210SetPowerModeSleep()
94 ar5210SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5210SetPowerMode()
130 ar5210GetPowerMode(struct ath_hal *ah) in ar5210GetPowerMode()
/netbsd-src/external/bsd/tcpdump/dist/
H A Dah.h58 struct ah { struct
59 nd_uint8_t ah_nxt; /* Next Header */ argument
60 nd_uint8_t ah_len; /* Payload Len in 32bit words minus 2 */ argument
61 nd_uint16_t ah_reserved; /* Reserved for future use */ argument
62 nd_uint32_t ah_spi; /* Security Parameters Index */ argument
63 nd_uint32_t ah_seq; /* Sequence Number Field */ argument
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280.c39 #define AR9280(ah) ((struct ar9280State *) AH5212(ah)->ah_rfHal) argument
46 ar9280WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, in ar9280WriteRegs()
73 ar9280SetChannel(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan) in ar9280SetChannel()
146 ar9280GetRfBank(struct ath_hal *ah, int bank) in ar9280GetRfBank()
158 ar9280SetRfRegs(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan, in ar9280SetRfRegs()
171 ar9280SetPowerTable(struct ath_hal *ah, int16_t *pPowerMin, int16_t *pPowerMax, in ar9280SetPowerTable()
206 ar9280GetChannelMaxMinPower(struct ath_hal *ah, in ar9280GetChannelMaxMinPower()
269 ar9280GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[]) in ar9280GetNoiseFloor()
307 ar9280GetNfAdjust(struct ath_hal *ah, const HAL_CHANNEL_INTERNAL *c) in ar9280GetNfAdjust()
316 ar9280RfDetach(struct ath_hal *ah) in ar9280RfDetach()
[all …]
H A Dar5416_ani.c63 #define ANI_ENA(ah) \ argument
65 #define ANI_ENA_RSSI(ah) \ argument
71 enableAniMIBCounters(struct ath_hal *ah, const struct ar5212AniParams *params) in enableAniMIBCounters()
92 disableAniMIBCounters(struct ath_hal *ah) in disableAniMIBCounters()
113 ar5416GetAniChannelIndex(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan) in ar5416GetAniChannelIndex()
143 setPhyErrBase(struct ath_hal *ah, struct ar5212AniParams *params) in setPhyErrBase()
168 ar5416AniAttach(struct ath_hal *ah, const struct ar5212AniParams *params24, in ar5416AniAttach()
198 ar5416AniDetach(struct ath_hal *ah) in ar5416AniDetach()
208 ar5416AniControl(struct ath_hal *ah, HAL_ANI_CMD cmd, int param) in ar5416AniControl()
374 ar5416AniOfdmErrTrigger(struct ath_hal *ah) in ar5416AniOfdmErrTrigger()
[all …]
H A Dar5416_cal.c44 ar5416IsCalSupp(struct ath_hal *ah, HAL_CHANNEL *chan, HAL_CAL_TYPE calType) in ar5416IsCalSupp()
65 ar5416SetupMeasurement(struct ath_hal *ah, HAL_CAL_LIST *currCal) in ar5416SetupMeasurement()
103 ar5416ResetMeasurement(struct ath_hal *ah, HAL_CAL_LIST *currCal) in ar5416ResetMeasurement()
169 ar5416InitCal(struct ath_hal *ah, HAL_CHANNEL *chan) in ar5416InitCal()
294 ar5416ResetCalValid(struct ath_hal *ah, HAL_CHANNEL *chan) in ar5416ResetCalValid()
342 ar5416DoCalibration(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *ichan, in ar5416DoCalibration()
399 ar5416PerCalibrationN(struct ath_hal *ah, HAL_CHANNEL *chan, in ar5416PerCalibrationN()
474 ar5416PerCalibration(struct ath_hal *ah, HAL_CHANNEL *chan, HAL_BOOL *isIQdone) in ar5416PerCalibration()
493 ar5416GetEepromNoiseFloorThresh(struct ath_hal *ah, in ar5416GetEepromNoiseFloorThresh()
520 ar5416StartNFCal(struct ath_hal *ah) in ar5416StartNFCal()
[all …]
H A Dar2133.c45 #define AR2133(ah) ((struct ar2133State *) AH5212(ah)->ah_rfHal) argument
59 ar2133WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, in ar2133WriteRegs()
72 ar2133SetChannel(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan) in ar2133SetChannel()
148 ar2133GetRfBank(struct ath_hal *ah, int bank) in ar2133GetRfBank()
172 ar2133SetRfRegs(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan, in ar2133SetRfRegs()
235 ar2133SetPowerTable(struct ath_hal *ah, int16_t *pPowerMin, int16_t *pPowerMax, in ar2133SetPowerTable()
270 ar2133GetChannelMaxMinPower(struct ath_hal *ah, HAL_CHANNEL *chan, int16_t *maxPow, in ar2133GetChannelMaxMinPower()
332 ar2133GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[]) in ar2133GetNoiseFloor()
394 ar2133GetNfAdjust(struct ath_hal *ah, const HAL_CHANNEL_INTERNAL *c) in ar2133GetNfAdjust()
403 ar2133RfDetach(struct ath_hal *ah) in ar2133RfDetach()
[all …]
H A Dar5416_misc.c40 ar5416GetWirelessModes(struct ath_hal *ah) in ar5416GetWirelessModes()
62 ar5416SetLedState(struct ath_hal *ah, HAL_LED_STATE state) in ar5416SetLedState()
92 ar5416ResetTsf(struct ath_hal *ah) in ar5416ResetTsf()
107 ar5416SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) in ar5416SetAntennaSwitch()
114 ar5416SetDecompMask(struct ath_hal *ah, uint16_t keyidx, int en) in ar5416SetDecompMask()
121 ar5416SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) in ar5416SetCoverageClass()
131 ar5416Get11nExtBusy(struct ath_hal *ah) in ar5416Get11nExtBusy()
206 ar5416Set11nMac2040(struct ath_hal *ah, HAL_HT_MACMODE mode) in ar5416Set11nMac2040()
226 ar5416Get11nRxClear(struct ath_hal *ah) in ar5416Get11nRxClear()
252 ar5416Set11nRxClear(struct ath_hal *ah, HAL_HT_RXCLEAR rxclear) in ar5416Set11nRxClear()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_power.c40 ar5312SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5312SetPowerModeAwake()
51 ar5312SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5312SetPowerModeSleep()
62 ar5312SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5312SetPowerModeNetworkSleep()
72 ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5312SetPowerMode()
111 ar5312GetPowerMode(struct ath_hal *ah) in ar5312GetPowerMode()
121 ar5312GetPowerStatus(struct ath_hal *ah) in ar5312GetPowerStatus()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.c60 struct ath_hal *ah; in ath_hal_attach() local
89 ath_hal_rfprobe(struct ath_hal *ah, HAL_STATUS *ecode) in ath_hal_rfprobe()
108 ath_hal_wait(struct ath_hal *ah, u_int reg, uint32_t mask, uint32_t val) in ath_hal_wait()
147 ath_hal_computetxtime(struct ath_hal *ah, in ath_hal_computetxtime()
280 ath_hal_mhz2ieee(struct ath_hal *ah, u_int freq, u_int flags) in ath_hal_mhz2ieee()
333 ath_hal_chan2wmode(struct ath_hal *ah, const HAL_CHANNEL *chan) in ath_hal_chan2wmode()
353 ath_hal_mac_clks(struct ath_hal *ah, u_int usecs) in ath_hal_mac_clks()
373 ath_hal_mac_usec(struct ath_hal *ah, u_int clks) in ath_hal_mac_usec()
404 ath_hal_setupratetable(struct ath_hal *ah, HAL_RATE_TABLE *rt) in ath_hal_setupratetable()
437 ath_hal_getcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_getcapability()
[all …]
/netbsd-src/sys/netipsec/
H A Dah.h41 struct ah { struct
42 u_int8_t ah_nxt; /* Next Header */ argument
43 u_int8_t ah_len; /* Length of data, in 32bit */ argument
44 u_int16_t ah_reserve; /* Reserved for future use */ argument
45 u_int32_t ah_spi; /* Security parameter index */ argument

123456