Home | History | Annotate | Download | only in ar5211

Lines Matching refs:ecode

205 	HAL_STATUS ecode;
215 ecode = HAL_ENOMEM;
242 ecode = HAL_EIO;
262 ecode = HAL_ENOTSUPP;
271 ecode = HAL_ESELFTEST;
289 ecode = HAL_ENOTSUPP;
298 ecode = HAL_EESIZE;
301 ecode = ath_hal_legacyEepromAttach(ah);
302 if (ecode != HAL_OK) {
322 ecode = HAL_ENOTSUPP;
329 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
330 if (ecode != HAL_OK) {
347 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
348 if (ecode != HAL_OK) {
361 *status = ecode;