Symbol: HAL_PHYERR_PARAM
sys/dev/netif/ath/ath/if_athdfs.h
47
HAL_PHYERR_PARAM *param);
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
109
HAL_PHYERR_PARAM pe;
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
162
HAL_PHYERR_PARAM pe;
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
229
HAL_PHYERR_PARAM peout;
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
230
HAL_PHYERR_PARAM *pe;
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
261
if (insize < sizeof(HAL_PHYERR_PARAM)) {
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
265
pe = (HAL_PHYERR_PARAM *) indata;
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
270
outsize = sizeof(HAL_PHYERR_PARAM);
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
272
pe = (HAL_PHYERR_PARAM *) outdata;
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
294
ath_dfs_get_thresholds(struct ath_softc *sc, HAL_PHYERR_PARAM *param)
sys/dev/netif/ath/ath_hal/ah.h
1517
HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ah.h
1519
HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ah.h
1521
HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
265
extern void ar5210EnableDfs(struct ath_hal *, HAL_PHYERR_PARAM *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
266
extern void ar5210GetDfsThresh(struct ath_hal *, HAL_PHYERR_PARAM *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
681
ar5210EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5210/ar5210_misc.c
686
ar5210GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
291
extern void ar5211EnableDfs(struct ath_hal *, HAL_PHYERR_PARAM *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
292
extern void ar5211GetDfsThresh(struct ath_hal *, HAL_PHYERR_PARAM *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
720
ar5211EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_misc.c
725
ar5211GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
649
extern void ar5212EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
651
HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
652
extern void ar5212GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1164
ar5212EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1269
ar5212GetDfsDefaultThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1306
ar5212GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
265
extern void ar5416EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
267
HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
268
extern void ar5416GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
123
ar5416EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
54
ar5416GetDfsDefaultThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
81
ar5416GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe)