Lines Matching defs:ecode
88 HAL_STATUS ecode;
131 ecode = HAL_EIO;
138 ecode = HAL_EIO;
167 ecode = ath_hal_v4kEepromAttach(ah);
168 if (ecode != HAL_OK)
174 ecode = HAL_EIO;
183 ecode = HAL_ESELFTEST;
210 ecode = HAL_ENOTSUPP;
214 rfStatus = ar9285RfAttach(ah, &ecode);
217 __func__, ecode);
242 ecode = HAL_EEREAD;
246 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
247 if (ecode != HAL_OK) {
276 *status = ecode;