Lines Matching defs:ecode
101 HAL_STATUS ecode;
133 ecode = HAL_EIO;
140 ecode = HAL_EIO;
176 ecode = HAL_EIO;
185 ecode = HAL_ESELFTEST;
212 ecode = HAL_ENOTSUPP;
218 rfStatus = ar2133RfAttach(ah, &ecode);
221 __func__, ecode);
225 ecode = ath_hal_v14EepromAttach(ah);
226 if (ecode != HAL_OK)
233 ecode = HAL_EEREAD;
237 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
238 if (ecode != HAL_OK) {
267 *status = ecode;