• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/et/sys/

Lines Matching defs:et

45 	void 		*et;		/* pointer to et private state */
51 void *etphy; /* pointer to et for shared mdc/mdio contortion */
159 ET_TRACE(("et%d: chipattach: regsva 0x%x\n", etc->unit, (uint)regsva));
162 ET_ERROR(("et%d: chipattach: out of memory, malloced %d bytes\n", etc->unit,
169 ch->et = etc->et;
175 ET_ERROR(("et%d: chipattach: sb_attach error\n", etc->unit));
189 ET_ERROR(("et%d: chipattach: Could not setcore to the ENET core\n", etc->unit));
210 sprintf(name, "et%d", etc->coreunit);
215 ET_ERROR(("et%d: chipattach: dma_attach failed\n", etc->unit));
221 sprintf(name, "et%dmacaddr", etc->coreunit);
224 ET_ERROR(("et%d: chipattach: NVRAM_GET(%s) not found\n", etc->unit, name));
230 ET_ERROR(("et%d: chipattach: invalid format: %s=%s\n", etc->unit, name, var));
237 * Instead, explicitly require the environment var "et<coreunit>phyaddr=<val>".
241 sprintf(name, "et%dphyaddr", etc->coreunit);
244 ET_ERROR(("et%d: chipattach: NVRAM_GET(%s) not found\n", etc->unit, name));
251 ET_ERROR(("et%d: chipattach: phy not present\n", etc->unit));
256 sprintf(name, "et%dmdcport", etc->coreunit);
259 ET_ERROR(("et%d: chipattach: NVRAM_GET(%s) not found\n", etc->unit, name));
307 ET_ERROR(("et%d: chipattach: robo_attach failed\n", etc->unit));
312 ET_ERROR(("et%d: chipattach: robo_enable_device failed\n", etc->unit));
318 ET_ERROR(("et%d: chipattach: robo_config_vlan failed\n", etc->unit));
323 ET_ERROR(("et%d: chipattach: robo_enable_switch failed\n", etc->unit));
336 ET_ERROR(("et%d: chipattach: adm_attach failed\n", etc->unit));
341 ET_ERROR(("et%d: chipattach: adm_enable_device failed\n", etc->unit));
346 ET_ERROR(("et%d: chipattach: adm_config_vlan failed\n", etc->unit));
362 ET_TRACE(("et%d: chipdetach\n", ch->etc->unit));
432 ET_TRACE(("et%d: chipreset\n", ch->etc->unit));
523 ET_ERROR(("et%d: chipreset: Could not figure out backplane clock, "
561 ET_TRACE(("et%d: chipinit\n", etc->unit));
623 et_intrson(etc->et);
638 ET_TRACE(("et%d: chiptx\n", ch->etc->unit));
639 ET_LOG("et%d: chiptx", ch->etc->unit, 0);
644 ET_ERROR(("et%d: chiptx: out of txds\n", ch->etc->unit));
655 ET_TRACE(("et%d: chiptxreclaim\n", ch->etc->unit));
666 ET_TRACE(("et%d: chiprx\n", ch->etc->unit));
667 ET_LOG("et%d: chiprx", ch->etc->unit, 0);
679 ET_TRACE(("et%d: chiprxreclaim\n", ch->etc->unit));
688 ET_TRACE(("et%d: chiprxfill\n", ch->etc->unit));
689 ET_LOG("et%d: chiprx", ch->etc->unit, 0);
765 ET_TRACE(("et%d: chiperrors: intstatus 0x%x\n", etc->unit, intstatus));
768 ET_ERROR(("et%d: descriptor error\n", etc->unit));
773 ET_ERROR(("et%d: data error\n", etc->unit));
778 ET_ERROR(("et%d: descriptor protocol error\n", etc->unit));
785 ET_ERROR(("et%d: receive descriptor underflow\n", etc->unit));
790 ET_ERROR(("et%d: receive fifo overflow\n", etc->unit));
795 ET_ERROR(("et%d: transmit fifo underflow\n", etc->unit));
954 ch->etphy = et_phyfind(ch->et, ch->etc->mdcport);
980 ET_ERROR(("et%d: chipphyrd: did not complete\n", ch->etc->unit));
999 ch->etphy = et_phyfind(ch->et, ch->etc->mdcport);
1020 ET_ERROR(("et%d: chipphywr: did not complete\n", ch->etc->unit));
1055 ET_ERROR(("et%d: chipphyreset: reset not complete\n", ch->etc->unit));