Lines Matching defs:ecode
544 int ecode = 0;
546 rfStatus = ath9k_hw_init_rf(ah, &ecode);
549 "RF setup failed, status %u\n", ecode));
551 return (ecode);
674 int ecode;
682 ecode = ath9k_hw_rf_claim(ah);
683 if (ecode != 0)
684 return (ecode);
686 ecode = ath9k_hw_eeprom_attach(ah);
687 if (ecode != 0)
688 return (ecode);
689 ecode = ath9k_hw_rfattach(ah);
690 if (ecode != 0)
691 return (ecode);
707 int ecode;
725 ecode = EIO;
732 ecode = EIO;
758 ecode = ENOTSUP;
980 ecode = ath9k_hw_post_attach(ah);
981 if (ecode != 0)
1014 ecode = ath9k_hw_init_macaddr(ah);
1015 if (ecode != 0) {
1034 *status = ecode;
2405 int ecode;
2421 ecode = EINVAL;
2428 ecode = EIO;
2466 ecode = EINVAL;
2482 ecode = ath9k_hw_process_ini(ah, chan, macmode);
2483 if (ecode != 0) {
2484 ecode = EINVAL;
2499 ecode = EIO;
2531 ecode = EIO;
2538 ecode = EIO;
2575 ecode = EIO;
2613 *status = ecode;