Searched refs:Ethernet (Results 1 - 9 of 9) sorted by relevance

/gem5/src/dev/net/
H A Detherbus.cc43 #include "debug/Ethernet.hh"
66 DPRINTF(Ethernet, "ethernet packet received: length=%d\n", packet->length);
94 DPRINTF(Ethernet, "ethernet packet not sent, bus busy\n", curTick());
98 DPRINTF(Ethernet, "ethernet packet sent: length=%d\n", pkt->length);
104 DPRINTF(Ethernet, "scheduling packet: delay=%d, (rate=%f)\n",
H A Dethertap.cc66 #include "debug/Ethernet.hh"
176 DPRINTF(Ethernet, "EtherTap sim->real len=%d\n", packet->length);
195 DPRINTF(Ethernet, "EtherTap real->sim len=%d\n", packet->length);
198 DPRINTF(Ethernet, "bus busy...buffer for retransmission\n");
217 DPRINTF(Ethernet, "EtherTap retransmit\n");
262 DPRINTF(Ethernet, "TapListener(listen): Can't bind port %d\n", port);
332 DPRINTF(Ethernet, "EtherTapStub attached\n");
339 DPRINTF(Ethernet, "EtherTapStub detached\n");
371 DPRINTF(Ethernet, "Received data from peer: len=%d buffer_used=%d "
H A Detherswitch.cc86 DPRINTF(Ethernet, "Fifo is full. Drop packet: len=%d\n",
152 DPRINTF(Ethernet, "sending packet from MAC %x on port "
188 DPRINTF(Ethernet, "output port busy...retry later\n");
192 DPRINTF(Ethernet, "packet sent: len=%d\n", outputFifo.front()->length);
219 DPRINTF(Ethernet, "no entry in forwaring table for MAC: "
232 DPRINTF(Ethernet, "found entry for MAC address %x on port %s\n",
247 DPRINTF(Ethernet, "adding forwarding table entry for MAC "
H A Detherlink.cc57 #include "debug/Ethernet.hh"
134 DPRINTF(Ethernet, "packet received: len=%d\n", packet->length);
146 DPRINTF(Ethernet, "packet delayed: delay=%d\n", linkDelay);
182 DPRINTF(Ethernet, "packet not sent, link busy\n");
186 DPRINTF(Ethernet, "packet sent: len=%d\n", pkt->length);
194 DPRINTF(Ethernet, "scheduling packet: delay=%d, (rate=%f)\n",
H A Dns_gige.cc931 DPRINTF(Ethernet, "transmit reset\n");
945 DPRINTF(Ethernet, "receive reset\n");
1171 if (DTRACE(Ethernet)) {
1174 DPRINTF(Ethernet, "ID is %d\n", ip->id());
1177 DPRINTF(Ethernet,
1360 DPRINTF(Ethernet, "nothing to transmit\n");
1364 DPRINTF(Ethernet, "Attempt Pkt Transmit: txFifo length=%d\n",
1368 if (DTRACE(Ethernet)) {
1371 DPRINTF(Ethernet, "ID is %d\n", ip->id());
1374 DPRINTF(Ethernet,
[all...]
H A Dsinic.cc840 DPRINTF(Ethernet, "ID is %d\n", ip->id());
850 DPRINTF(Ethernet,
992 DPRINTF(Ethernet, "nothing to transmit\n");
999 DPRINTF(Ethernet, "Packet Transmit: failed txFifo available %d\n",
1006 if (DTRACE(Ethernet)) {
1009 DPRINTF(Ethernet, "ID is %d\n", ip->id());
1012 DPRINTF(Ethernet,
1025 DPRINTF(Ethernet, "Packet Transmit: successful txFifo Available %d\n",
1156 DPRINTF(Ethernet, "transfer complete: txFifo empty...nothing to do\n");
1160 DPRINTF(Ethernet, "transfe
[all...]
H A Di8254xGBe.cc184 DPRINTF(Ethernet, "Read device register %#X\n", daddr);
211 DPRINTF(Ethernet, "Reading ICR. ICR=%#x IMR=%#x IAM=%#x IAME=%d\n",
216 DPRINTF(Ethernet, "Cleared ICR. ICR=%#x\n", regs.icr());
373 DPRINTF(Ethernet, "Wrote device register %#X value %#X\n",
466 DPRINTF(Ethernet, "%s phy address %x\n",
494 DPRINTF(Ethernet, "Writing ICR. ICR=%#x IMR=%#x IAM=%#x IAME=%d\n",
741 DPRINTF(Ethernet, "Interrupt Masked. Not Posting\n");
745 DPRINTF(Ethernet, "Posting Interrupt\n");
793 DPRINTF(Ethernet, "Checking interrupts icr: %#x imr: %#x\n", regs.icr(),
797 DPRINTF(Ethernet, "Mas
[all...]
/gem5/util/tap/
H A Dtap.cc195 class Ethernet class
201 virtual ~Ethernet() {}
208 class Tap : public Ethernet
221 class PCap : public Ethernet
324 Ethernet *tap = NULL;
/gem5/src/dev/arm/
H A DRealView.py53 from m5.objects.Ethernet import NSGigE, IGbE_igb, IGbE_e1000
987 47 : Reserved (Ethernet)

Completed in 26 milliseconds