Searched refs:ad_id (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c220 unsigned int id = ad->ad_id & ATH_DIAG_ID;
229 if (ad->ad_id & ATH_DIAG_IN) {
242 if (ad->ad_id & ATH_DIAG_DYN) {
280 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
282 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_btcoex.c431 unsigned int id = ad->ad_id & ATH_DIAG_ID;
439 if (ad->ad_id & ATH_DIAG_IN) {
452 if (ad->ad_id & ATH_DIAG_DYN) {
475 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
477 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_ioctl.c172 u_int id = ad->ad_id & ATH_DIAG_ID;
179 if (ad->ad_id & ATH_DIAG_IN) {
192 if (ad->ad_id & ATH_DIAG_DYN) {
229 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
231 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_spectral.c180 unsigned int id = ad->ad_id & ATH_DIAG_ID;
194 if (ad->ad_id & ATH_DIAG_IN) {
207 if (ad->ad_id & ATH_DIAG_DYN) {
284 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
286 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_lna_div.c161 unsigned int id = ad->ad_id & ATH_DIAG_ID;
169 if (ad->ad_id & ATH_DIAG_IN) {
182 if (ad->ad_id & ATH_DIAG_DYN) {
205 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
207 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_athioctl.h180 u_int16_t ad_id; member in struct:ath_diag
/freebsd-11.0-release/tools/tools/ath/athpow/
H A Dathpow.c103 atd.ad_id = HAL_DIAG_REVS;
112 atd.ad_id = HAL_DIAG_TXRATES;
119 atd.ad_id = HAL_DIAG_PCDAC;
/freebsd-11.0-release/tools/tools/ath/athspectral/
H A Dathspectral.c62 spectral->atd.ad_id = HAL_DIAG_REVS;
109 spectral->atd.ad_id = SPECTRAL_CONTROL_SET_PARAMS | ATH_DIAG_IN;
123 spectral->atd.ad_id = SPECTRAL_CONTROL_GET_PARAMS | ATH_DIAG_DYN;
149 spectral->atd.ad_id = SPECTRAL_CONTROL_START | ATH_DIAG_DYN;
170 spectral->atd.ad_id = SPECTRAL_CONTROL_STOP | ATH_DIAG_DYN;
191 spectral->atd.ad_id = SPECTRAL_CONTROL_ENABLE_AT_RESET
/freebsd-11.0-release/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c122 atd.ad_id = HAL_DIAG_EEPROM;
/freebsd-11.0-release/tools/tools/ath/athpoke/
H A Dathpoke.c90 atd.ad_id = HAL_DIAG_REVS;
135 atd->ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;
150 atd->ad_id = HAL_DIAG_SETREGS | ATH_DIAG_IN;
/freebsd-11.0-release/tools/tools/ath/athradar/
H A Dathradar.c62 radar->atd.ad_id = HAL_DIAG_REVS;
151 radar->atd.ad_id = DFS_SET_THRESH | ATH_DIAG_IN;
165 radar->atd.ad_id = DFS_GET_THRESH | ATH_DIAG_DYN;
/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/athsurvey/
H A Dathsurvey.c61 atd.ad_id = HAL_DIAG_CHANSURVEY | ATH_DIAG_OUT;
/freebsd-11.0-release/sys/fs/udf/
H A Decma167-udf.h83 uint32_t ad_id; member in struct:long_ad
/freebsd-11.0-release/tools/tools/ath/athprom/
H A Dathprom.c158 atd.ad_id = HAL_DIAG_EEPROM;
183 atd.ad_id = HAL_DIAG_EEREAD | ATH_DIAG_IN | ATH_DIAG_DYN;
201 atd.ad_id = HAL_DIAG_EEWRITE | ATH_DIAG_IN;
329 atd.ad_id = HAL_DIAG_EEPROM_EXP_11A+curmode;
/freebsd-11.0-release/tools/tools/ath/athregs/
H A Ddumpregs.c166 atd.ad_id = HAL_DIAG_REVS;
187 atd.ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-11.0-release/tools/tools/ath/athstats/
H A Dathstats.c486 wf->atd.ad_id = HAL_DIAG_ANI_CURRENT; /* HAL_DIAG_ANI_CURRENT */
495 wf->atd.ad_id = HAL_DIAG_ANI_STATS; /* HAL_DIAG_ANI_STATS */

Completed in 72 milliseconds