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

/freebsd-current/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c240 if (ad->ad_id & ATH_DIAG_DYN) {
280 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
/freebsd-current/tools/tools/ath/athspectral/
H A Dathspectral.c124 spectral->atd.ad_id = SPECTRAL_CONTROL_GET_PARAMS | ATH_DIAG_DYN;
151 spectral->atd.ad_id = SPECTRAL_CONTROL_START | ATH_DIAG_DYN;
155 * XXX don't need these, but need to eliminate the ATH_DIAG_DYN flag
172 spectral->atd.ad_id = SPECTRAL_CONTROL_STOP | ATH_DIAG_DYN;
176 * XXX don't need these, but need to eliminate the ATH_DIAG_DYN flag
197 * XXX don't need these, but need to eliminate the ATH_DIAG_DYN flag
/freebsd-current/sys/dev/ath/
H A Dif_ath_ioctl.c190 if (ad->ad_id & ATH_DIAG_DYN) {
228 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_spectral.c210 if (ad->ad_id & ATH_DIAG_DYN) {
290 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_btcoex.c450 if (ad->ad_id & ATH_DIAG_DYN) {
476 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_athioctl.h189 #define ATH_DIAG_DYN 0x8000 /* allocate buffer in caller */ macro
H A Dif_ath_lna_div.c180 if (ad->ad_id & ATH_DIAG_DYN) {
206 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
/freebsd-current/tools/tools/ath/athkey/
H A Dathkey.c171 atd.ad_id = op | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-current/tools/tools/ath/athpoke/
H A Dathpoke.c133 atd->ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-current/tools/tools/ath/athradar/
H A Dathradar.c163 radar->atd.ad_id = DFS_GET_THRESH | ATH_DIAG_DYN;
/freebsd-current/tools/tools/ath/athprom/
H A Dathprom.c182 atd.ad_id = HAL_DIAG_EEREAD | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-current/tools/tools/ath/athregs/
H A Ddumpregs.c185 atd.ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;

Completed in 281 milliseconds