Lines Matching refs:ecode
142 HAL_STATUS ecode; in ar9285Attach() local
203 ecode = HAL_EIO; in ar9285Attach()
210 ecode = HAL_EIO; in ar9285Attach()
245 ecode = ath_hal_v4kEepromAttach(ah); in ar9285Attach()
246 if (ecode != HAL_OK) in ar9285Attach()
252 ecode = HAL_EIO; in ar9285Attach()
261 ecode = HAL_ESELFTEST; in ar9285Attach()
288 ecode = HAL_ENOTSUPP; in ar9285Attach()
292 rfStatus = ar9285RfAttach(ah, &ecode); in ar9285Attach()
295 __func__, ecode); in ar9285Attach()
332 ecode = HAL_EEREAD; in ar9285Attach()
352 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar9285Attach()
353 if (ecode != HAL_OK) { in ar9285Attach()
394 *status = ecode; in ar9285Attach()