Home
last modified time | relevance | path

Searched refs:ad_id (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c218 unsigned int id = ad->ad_id & ATH_DIAG_ID; in ath_ioctl_phyerr()
227 if (ad->ad_id & ATH_DIAG_IN) { in ath_ioctl_phyerr()
240 if (ad->ad_id & ATH_DIAG_DYN) { in ath_ioctl_phyerr()
278 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_ioctl_phyerr()
280 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_ioctl_phyerr()
/freebsd/sys/dev/ath/
H A Dif_ath_spectral.c179 unsigned int id = ad->ad_id & ATH_DIAG_ID; in ath_ioctl_spectral()
197 if (ad->ad_id & ATH_DIAG_IN) { in ath_ioctl_spectral()
210 if (ad->ad_id & ATH_DIAG_DYN) { in ath_ioctl_spectral()
288 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_ioctl_spectral()
290 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_ioctl_spectral()
H A Dif_ath_ioctl.c170 u_int id = ad->ad_id & ATH_DIAG_ID; in ath_ioctl_diag()
177 if (ad->ad_id & ATH_DIAG_IN) { in ath_ioctl_diag()
190 if (ad->ad_id & ATH_DIAG_DYN) { in ath_ioctl_diag()
226 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_ioctl_diag()
228 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_ioctl_diag()
H A Dif_ath_btcoex.c429 unsigned int id = ad->ad_id & ATH_DIAG_ID; in ath_btcoex_ioctl()
437 if (ad->ad_id & ATH_DIAG_IN) { in ath_btcoex_ioctl()
450 if (ad->ad_id & ATH_DIAG_DYN) { in ath_btcoex_ioctl()
474 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_btcoex_ioctl()
476 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_btcoex_ioctl()
H A Dif_ath_lna_div.c159 unsigned int id = ad->ad_id & ATH_DIAG_ID; in ath_lna_div_ioctl()
167 if (ad->ad_id & ATH_DIAG_IN) { in ath_lna_div_ioctl()
180 if (ad->ad_id & ATH_DIAG_DYN) { in ath_lna_div_ioctl()
204 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_lna_div_ioctl()
206 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_lna_div_ioctl()
H A Dif_athioctl.h188 u_int16_t ad_id; member
/freebsd/tools/tools/ath/athspectral/
H A Dathspectral.c60 spectral->atd.ad_id = HAL_DIAG_REVS; in spectral_opendev()
110 spectral->atd.ad_id = SPECTRAL_CONTROL_SET_PARAMS | ATH_DIAG_IN; in spectralset()
124 spectral->atd.ad_id = SPECTRAL_CONTROL_GET_PARAMS | ATH_DIAG_DYN; in spectral_get()
151 spectral->atd.ad_id = SPECTRAL_CONTROL_START | ATH_DIAG_DYN; in spectral_start()
172 spectral->atd.ad_id = SPECTRAL_CONTROL_STOP | ATH_DIAG_DYN; in spectral_stop()
193 spectral->atd.ad_id = SPECTRAL_CONTROL_ENABLE_AT_RESET in spectral_enable_at_reset()
/freebsd/tools/tools/ath/athpow/
H A Dathpow.c101 atd.ad_id = HAL_DIAG_REVS; in main()
110 atd.ad_id = HAL_DIAG_TXRATES; in main()
117 atd.ad_id = HAL_DIAG_PCDAC; in main()
/freebsd/tools/tools/ath/athpoke/
H A Dathpoke.c88 atd.ad_id = HAL_DIAG_REVS; in main()
133 atd->ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN; in regread()
148 atd->ad_id = HAL_DIAG_SETREGS | ATH_DIAG_IN; in regwrite()
/freebsd/tools/tools/ath/athradar/
H A Dathradar.c60 radar->atd.ad_id = HAL_DIAG_REVS; in radar_opendev()
149 radar->atd.ad_id = DFS_SET_THRESH | ATH_DIAG_IN; in radarset()
163 radar->atd.ad_id = DFS_GET_THRESH | ATH_DIAG_DYN; in radar_get()
/freebsd/tools/tools/ath/athani/
H A Dmain.c130 atd.ad_id = HAL_DIAG_ANI_CMD | ATH_DIAG_IN; in ani_write_state()
156 atd.ad_id = HAL_DIAG_ANI_CURRENT; /* XXX | DIAG_DYN? */ in ani_read_state()
/freebsd/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c120 atd.ad_id = HAL_DIAG_EEPROM; in main()
/freebsd/tools/tools/ath/athkey/
H A Dathkey.c171 atd.ad_id = op | ATH_DIAG_IN | ATH_DIAG_DYN; in main()
/freebsd/tools/tools/ath/athsurvey/
H A Dathsurvey.c59 atd.ad_id = HAL_DIAG_CHANSURVEY | ATH_DIAG_OUT; in get_survey_stats()
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c157 atd.ad_id = HAL_DIAG_EEPROM; in main()
182 atd.ad_id = HAL_DIAG_EEREAD | ATH_DIAG_IN | ATH_DIAG_DYN; in eeread()
200 atd.ad_id = HAL_DIAG_EEWRITE | ATH_DIAG_IN; in eewrite()
328 atd.ad_id = HAL_DIAG_EEPROM_EXP_11A+curmode; in setmode()
/freebsd/sys/fs/udf/
H A Decma167-udf.h83 uint32_t ad_id; member
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c164 atd.ad_id = HAL_DIAG_REVS; in main()
185 atd.ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN; in main()
/freebsd/tools/tools/ath/athstats/
H A Dathstats.c496 wf->atd.ad_id = HAL_DIAG_ANI_CURRENT; /* HAL_DIAG_ANI_CURRENT */ in ath_collect()
505 wf->atd.ad_id = HAL_DIAG_ANI_STATS; /* HAL_DIAG_ANI_STATS */ in ath_collect()