Searched refs:outputFifo (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/net/
H A Detherswitch.cc133 outputFifo(name + ".outputFifo", outputBufferSize),
176 if (outputFifo.push(packet, senderId)) {
185 assert(!outputFifo.empty());
187 if (!sendPacket(outputFifo.front())) {
192 DPRINTF(Ethernet, "packet sent: len=%d\n", outputFifo.front()->length);
193 outputFifo.pop();
196 if (!outputFifo.empty()) {
205 Tick delay = (Tick)ceil(((double)outputFifo.front()->simLength
286 outputFifo
[all...]
H A Detherswitch.hh83 * enqueue packet to the outputFifo
174 PortFifo outputFifo; member in class:EtherSwitch::Interface

Completed in 5 milliseconds