Lines Matching refs:ecode
306 HAL_STATUS ecode; in ar5416Attach() local
330 ecode = HAL_EIO; in ar5416Attach()
336 ecode = HAL_EIO; in ar5416Attach()
373 ecode = ath_hal_v14EepromAttach(ah); in ar5416Attach()
374 if (ecode != HAL_OK) in ar5416Attach()
380 ecode = HAL_EIO; in ar5416Attach()
389 ecode = HAL_ESELFTEST; in ar5416Attach()
425 ecode = HAL_ENOTSUPP; in ar5416Attach()
434 ecode = HAL_EEREAD; in ar5416Attach()
438 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar5416Attach()
439 if (ecode != HAL_OK) { in ar5416Attach()
460 rfStatus = ar2133RfAttach(ah, &ecode); in ar5416Attach()
463 __func__, ecode); in ar5416Attach()
485 *status = ecode; in ar5416Attach()