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

/freebsd-10.2-release/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c218 unsigned int id = ad->ad_id & ATH_DIAG_ID;
227 if (ad->ad_id & ATH_DIAG_IN) {
240 if (ad->ad_id & ATH_DIAG_DYN) {
278 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
280 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_spectral.c178 unsigned int id = ad->ad_id & ATH_DIAG_ID;
192 if (ad->ad_id & ATH_DIAG_IN) {
205 if (ad->ad_id & ATH_DIAG_DYN) {
282 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
284 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_btcoex.c295 unsigned int id = ad->ad_id & ATH_DIAG_ID;
303 if (ad->ad_id & ATH_DIAG_IN) {
316 if (ad->ad_id & ATH_DIAG_DYN) {
339 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
341 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_ath_lna_div.c159 unsigned int id = ad->ad_id & ATH_DIAG_ID;
167 if (ad->ad_id & ATH_DIAG_IN) {
180 if (ad->ad_id & ATH_DIAG_DYN) {
203 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
205 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
H A Dif_athioctl.h178 u_int16_t ad_id; member in struct:ath_diag
H A Dif_ath.c5885 u_int id = ad->ad_id & ATH_DIAG_ID;
5892 if (ad->ad_id & ATH_DIAG_IN) {
5905 if (ad->ad_id & ATH_DIAG_DYN) {
5929 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
5931 if ((ad->ad_id & ATH_DIAG_DYN) && outdata != NULL)
/freebsd-10.2-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-10.2-release/tools/tools/ath/athspectral/
H A Dathspectral.c66 spectral->atd.ad_id = HAL_DIAG_REVS;
113 spectral->atd.ad_id = SPECTRAL_CONTROL_SET_PARAMS | ATH_DIAG_IN;
127 spectral->atd.ad_id = SPECTRAL_CONTROL_GET_PARAMS | ATH_DIAG_DYN;
153 spectral->atd.ad_id = SPECTRAL_CONTROL_START | ATH_DIAG_DYN;
174 spectral->atd.ad_id = SPECTRAL_CONTROL_STOP | ATH_DIAG_DYN;
195 spectral->atd.ad_id = SPECTRAL_CONTROL_ENABLE_AT_RESET
/freebsd-10.2-release/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c122 atd.ad_id = HAL_DIAG_EEPROM;
/freebsd-10.2-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-10.2-release/tools/tools/ath/athradar/
H A Dathradar.c66 radar->atd.ad_id = HAL_DIAG_REVS;
155 radar->atd.ad_id = DFS_SET_THRESH | ATH_DIAG_IN;
169 radar->atd.ad_id = DFS_GET_THRESH | ATH_DIAG_DYN;
/freebsd-10.2-release/tools/tools/ath/athsurvey/
H A Dathsurvey.c61 atd.ad_id = HAL_DIAG_CHANSURVEY | ATH_DIAG_OUT;
/freebsd-10.2-release/tools/tools/ath/athkey/
H A Dathkey.c173 atd.ad_id = op | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-10.2-release/sys/fs/udf/
H A Decma167-udf.h83 uint32_t ad_id; member in struct:long_ad
/freebsd-10.2-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-10.2-release/tools/tools/ath/athregs/
H A Ddumpregs.c154 atd.ad_id = HAL_DIAG_REVS;
174 atd.ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-10.2-release/tools/tools/ath/athstats/
H A Dathstats.c507 wf->atd.ad_id = 5;
514 wf->atd.ad_id = 8;

Completed in 203 milliseconds