Home | History | Annotate | Download | only in ar5416

Lines Matching defs:ecode

86 	HAL_STATUS ecode;
125 ecode = HAL_EIO;
132 ecode = HAL_EIO;
163 ecode = ath_hal_v14EepromAttach(ah);
164 if (ecode != HAL_OK)
169 ecode = HAL_EIO;
178 ecode = HAL_ESELFTEST;
205 ecode = HAL_ENOTSUPP;
209 rfStatus = ar9280RfAttach(ah, &ecode);
212 __func__, ecode);
257 ecode = HAL_EEREAD;
261 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
262 if (ecode != HAL_OK) {
291 *status = ecode;