Lines Matching defs:ecode
203 HAL_STATUS ecode;
227 ecode = HAL_EIO;
233 ecode = HAL_EIO;
269 ecode = ath_hal_v14EepromAttach(ah);
270 if (ecode != HAL_OK)
276 ecode = HAL_EIO;
285 ecode = HAL_ESELFTEST;
321 ecode = HAL_ENOTSUPP;
330 ecode = HAL_EEREAD;
334 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
335 if (ecode != HAL_OK) {
356 rfStatus = ar2133RfAttach(ah, &ecode);
359 __func__, ecode);
373 *status = ecode;