Lines Matching refs:AH_PRIVATE
103 ah->ah_devid = AH_PRIVATE(ah)->ah_devid; in ath_hal_attach()
104 ah->ah_subvendorid = AH_PRIVATE(ah)->ah_subvendorid; in ath_hal_attach()
105 ah->ah_macVersion = AH_PRIVATE(ah)->ah_macVersion; in ath_hal_attach()
106 ah->ah_macRev = AH_PRIVATE(ah)->ah_macRev; in ath_hal_attach()
107 ah->ah_phyRev = AH_PRIVATE(ah)->ah_phyRev; in ath_hal_attach()
108 ah->ah_analog5GhzRev = AH_PRIVATE(ah)->ah_analog5GhzRev; in ath_hal_attach()
109 ah->ah_analog2GhzRev = AH_PRIVATE(ah)->ah_analog2GhzRev; in ath_hal_attach()
126 ah->ah_devid = AH_PRIVATE(ah)->ah_devid; in ath_hal_attach()
127 ah->ah_subvendorid = AH_PRIVATE(ah)->ah_subvendorid; in ath_hal_attach()
128 ah->ah_macVersion = AH_PRIVATE(ah)->ah_macVersion; in ath_hal_attach()
129 ah->ah_macRev = AH_PRIVATE(ah)->ah_macRev; in ath_hal_attach()
130 ah->ah_phyRev = AH_PRIVATE(ah)->ah_phyRev; in ath_hal_attach()
131 ah->ah_analog5GhzRev = AH_PRIVATE(ah)->ah_analog5GhzRev; in ath_hal_attach()
132 ah->ah_analog2GhzRev = AH_PRIVATE(ah)->ah_analog2GhzRev; in ath_hal_attach()
173 if (AH_PRIVATE(ah)->ah_ispcie) in ath_hal_mac_name()
179 if (AH_PRIVATE(ah)->ah_ispcie) in ath_hal_mac_name()
597 const struct ieee80211_channel *c = AH_PRIVATE(ah)->ah_curchan; in ath_hal_mac_clks()
637 const struct ieee80211_channel *c = AH_PRIVATE(ah)->ah_curchan; in ath_hal_mac_psec()
703 const HAL_CAPABILITIES *pCap = &AH_PRIVATE(ah)->ah_caps; in ath_hal_getcapability()
707 *result = AH_PRIVATE(ah)->ah_currentRD; in ath_hal_getcapability()
710 *result = AH_PRIVATE(ah)->ah_dfsDomain; in ath_hal_getcapability()
740 *result = AH_PRIVATE(ah)->ah_diagreg; in ath_hal_getcapability()
747 *result = AH_PRIVATE(ah)->ah_powerLimit; in ath_hal_getcapability()
750 *result = AH_PRIVATE(ah)->ah_maxPowerLevel; in ath_hal_getcapability()
753 *result = AH_PRIVATE(ah)->ah_tpScale; in ath_hal_getcapability()
768 return AH_PRIVATE(ah)->ah_rfkillEnabled ? in ath_hal_getcapability()
771 *result = AH_PRIVATE(ah)->ah_rfsilent; in ath_hal_getcapability()
815 *result = AH_PRIVATE(ah)->ah_currentRDext; in ath_hal_getcapability()
863 return AH_PRIVATE(ah)->ah_rxornIsFatal ? HAL_OK : HAL_ENOTSUPP; in ath_hal_getcapability()
911 AH_PRIVATE(ah)->ah_tpScale = setting; in ath_hal_setcapability()
924 AH_PRIVATE(ah)->ah_rfkillEnabled = (setting != 0); in ath_hal_setcapability()
928 AH_PRIVATE(ah)->ah_rfsilent = setting; in ath_hal_setcapability()
933 AH_PRIVATE(ah)->ah_currentRD = setting; in ath_hal_setcapability()
936 AH_PRIVATE(ah)->ah_rxornIsFatal = setting; in ath_hal_setcapability()
989 *result = &AH_PRIVATE(ah)->ah_devid; in ath_hal_getdiagstate()
1000 *result = &AH_PRIVATE(ah)->ah_fatalState[0]; in ath_hal_getdiagstate()
1001 *resultsize = sizeof(AH_PRIVATE(ah)->ah_fatalState); in ath_hal_getdiagstate()
1038 AH_PRIVATE(ah)->ah_11nCompat; in ath_hal_getdiagstate()
1040 AH_PRIVATE(ah)->ah_11nCompat = *(const uint32_t *)args; in ath_hal_getdiagstate()
1045 *result = &AH_PRIVATE(ah)->ah_chansurvey; in ath_hal_getdiagstate()
1266 for (i = 0; i < AH_PRIVATE(ah)->ah_nchan; i++) { in ath_hal_process_noisefloor()
1270 c = &AH_PRIVATE(ah)->ah_channels[i]; in ath_hal_process_noisefloor()
1293 for (i = 0; i < AH_PRIVATE(ah)->ah_nchan; i++) { in ath_hal_process_noisefloor()
1294 c = &AH_PRIVATE(ah)->ah_channels[i]; in ath_hal_process_noisefloor()
1567 OS_MEMZERO(&AH_PRIVATE(ah)->ah_chansurvey, in ath_hal_survey_clear()
1568 sizeof(AH_PRIVATE(ah)->ah_chansurvey)); in ath_hal_survey_clear()
1579 cs = &AH_PRIVATE(ah)->ah_chansurvey; in ath_hal_survey_add_sample()