Lines Matching refs:ecode
124 HAL_STATUS ecode; in ar9160Attach() local
156 ecode = HAL_EIO; in ar9160Attach()
163 ecode = HAL_EIO; in ar9160Attach()
194 ecode = ath_hal_v14EepromAttach(ah); in ar9160Attach()
195 if (ecode != HAL_OK) in ar9160Attach()
203 ecode = HAL_EIO; in ar9160Attach()
212 ecode = HAL_ESELFTEST; in ar9160Attach()
239 ecode = HAL_ENOTSUPP; in ar9160Attach()
243 rfStatus = ar2133RfAttach(ah, &ecode); in ar9160Attach()
246 __func__, ecode); in ar9160Attach()
254 ecode = HAL_EEREAD; in ar9160Attach()
258 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar9160Attach()
259 if (ecode != HAL_OK) { in ar9160Attach()
299 *status = ecode; in ar9160Attach()