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

/freebsd-11.0-release/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c242 if (ad->ad_id & ATH_DIAG_DYN) {
282 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
/freebsd-11.0-release/tools/tools/ath/athspectral/
H A Dathspectral.c123 spectral->atd.ad_id = SPECTRAL_CONTROL_GET_PARAMS | ATH_DIAG_DYN;
149 spectral->atd.ad_id = SPECTRAL_CONTROL_START | ATH_DIAG_DYN;
153 * XXX don't need these, but need to eliminate the ATH_DIAG_DYN flag
170 spectral->atd.ad_id = SPECTRAL_CONTROL_STOP | ATH_DIAG_DYN;
174 * XXX don't need these, but need to eliminate the ATH_DIAG_DYN flag
195 * XXX don't need these, but need to eliminate the ATH_DIAG_DYN flag
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_btcoex.c452 if (ad->ad_id & ATH_DIAG_DYN) {
477 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_ioctl.c192 if (ad->ad_id & ATH_DIAG_DYN) {
231 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_spectral.c207 if (ad->ad_id & ATH_DIAG_DYN) {
286 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_athioctl.h181 #define ATH_DIAG_DYN 0x8000 /* allocate buffer in caller */ macro
H A Dif_ath_lna_div.c182 if (ad->ad_id & ATH_DIAG_DYN) {
207 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
/freebsd-11.0-release/tools/tools/ath/athkey/
H A Dathkey.c173 atd.ad_id = op | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-11.0-release/tools/tools/ath/athpoke/
H A Dathpoke.c135 atd->ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-11.0-release/tools/tools/ath/athradar/
H A Dathradar.c165 radar->atd.ad_id = DFS_GET_THRESH | ATH_DIAG_DYN;
/freebsd-11.0-release/tools/tools/ath/athprom/
H A Dathprom.c183 atd.ad_id = HAL_DIAG_EEREAD | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-11.0-release/tools/tools/ath/athregs/
H A Ddumpregs.c187 atd.ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;

Completed in 152 milliseconds