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

/gem5/src/dev/net/
H A Detherswitch.cc173 // "curTick" + "switchingDelay of the packet at the head of the fifo"
177 parent->reschedule(txEvent, curTick() + switchingDelay(), true);
197 parent->schedule(txEvent, curTick() + switchingDelay());
203 EtherSwitch::Interface::switchingDelay() function in class:EtherSwitch::Interface
H A Detherswitch.hh87 Tick switchingDelay();

Completed in 6 milliseconds