Searched refs:delay_var (Results 1 - 7 of 7) sorted by relevance

/gem5/src/dev/net/
H A Ddist_etherlink.hh125 double invBW, Tick delay_var, EtherDump *d) :
127 delayVar(delay_var), doneEvent([this]{ txDone(); }, name) {}
124 TxLink(const std::string &name, DistEtherLink *p, double invBW, Tick delay_var, EtherDump *d) argument
H A Detherlink.cc73 p->delay, p->delay_var, p->dump);
75 p->delay, p->delay_var, p->dump);
110 double rate, Tick delay, Tick delay_var, EtherDump *d)
112 ticksPerByte(rate), linkDelay(delay), delayVar(delay_var), dump(d),
109 Link(const string &name, EtherLink *p, int num, double rate, Tick delay, Tick delay_var, EtherDump *d) argument
H A Detherlink.hh110 double rate, Tick delay, Tick delay_var, EtherDump *dump);
H A DEthernet.py64 delay_var = Param.Latency('0ns', "packet transmit delay variability") variable in class:EtherLink
73 delay_var = Param.Latency('0ns', "packet transmit delay variability") variable in class:DistEtherLink
102 delay_var = Param.Latency('0ns', "packet transmit delay variability") variable in class:EtherSwitch
H A Detherswitch.cc52 p->delay_var, p->fabric_speed, i);
130 Tick delay_var, double rate, unsigned id)
132 delayVar(delay_var), interfaceId(id), parent(etherSwitch),
127 Interface(const std::string &name, EtherSwitch *etherSwitch, uint64_t outputBufferSize, Tick delay, Tick delay_var, double rate, unsigned id) argument
H A Detherswitch.hh75 uint64_t outputBufferSize, Tick delay, Tick delay_var,
H A Ddist_etherlink.cc79 txLink = new TxLink(name() + ".link0", this, p->speed, p->delay_var,

Completed in 13 milliseconds