Home
last modified time | relevance | path

Searched refs:ATH_DIAG_DYN (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c240 if (ad->ad_id & ATH_DIAG_DYN) { 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.c203 if (ad->ad_id & ATH_DIAG_DYN) { in ath_ioctl_spectral()
283 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_ioctl_spectral()
H A Dif_ath_ioctl.c190 if (ad->ad_id & ATH_DIAG_DYN) { in ath_ioctl_diag()
228 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_ioctl_diag()
H A Dif_ath_btcoex.c450 if (ad->ad_id & ATH_DIAG_DYN) { in ath_btcoex_ioctl()
476 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_btcoex_ioctl()
H A Dif_ath_lna_div.c174 if (ad->ad_id & ATH_DIAG_DYN) { in ath_lna_div_ioctl()
200 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL) in ath_lna_div_ioctl()
H A Dif_athioctl.h189 #define ATH_DIAG_DYN 0x8000 /* allocate buffer in caller */ macro
/freebsd/tools/tools/ath/athspectral/
H A Dathspectral.c124 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()
/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/athpoke/
H A Dathpoke.c133 atd->ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN; in regread()
/freebsd/tools/tools/ath/athradar/
H A Dathradar.c163 radar->atd.ad_id = DFS_GET_THRESH | ATH_DIAG_DYN; in radar_get()
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c185 atd.ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN; in main()
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c182 atd.ad_id = HAL_DIAG_EEREAD | ATH_DIAG_IN | ATH_DIAG_DYN; in eeread()