Searched refs:simLength (Results 1 - 13 of 13) sorted by relevance
/gem5/src/dev/net/ |
H A D | etherpkt.hh | 74 unsigned simLength; member in class:EthPacketData 77 : data(nullptr), bufLength(0), length(0), simLength(0) 81 : data(new uint8_t[size]), bufLength(size), length(0), simLength(0)
|
H A D | etherpkt.cc | 44 paramOut(cp, base + ".simLength", simLength); 71 if (!optParamIn(cp, base + ".simLength", simLength)) 72 simLength = length;
|
H A D | dist_packet.hh | 91 * (from EthPacketData::simLength). 93 unsigned simLength; member in struct:DistHeaderPkt::Header
|
H A D | etherbus.cc | 103 int delay = (int)ceil(((double)pkt->simLength * ticksPerByte) + 1.0);
|
H A D | tcp_iface.cc | 333 packet->simLength = header.simLength;
|
H A D | dist_etherlink.cc | 197 Tick delay = (Tick)ceil(((double)pkt->simLength * ticksPerByte) + 1.0);
|
H A D | dist_iface.cc | 481 d.sendDelay = d.packet->simLength; // assume 1 tick/byte max link speed 662 header.simLength = pkt->simLength;
|
H A D | etherlink.cc | 190 Tick delay = (Tick)ceil(((double)pkt->simLength * ticksPerByte) + 1.0);
|
H A D | ethertap.cc | 192 packet->simLength = len;
|
H A D | etherswitch.cc | 205 Tick delay = (Tick)ceil(((double)outputFifo.front()->simLength
|
H A D | ns_gige.cc | 1636 txPacket->simLength = txPacketBufPtr - txPacket->data; 2085 txPacket->simLength = txPacketBufPtr - txPacket->data;
|
H A D | i8254xGBe.cc | 1790 pktPtr->simLength += tsoCopyBytes; 1796 pktPtr->simLength += TxdOp::getLen(desc);
|
H A D | sinic.cc | 1090 txPacket->simLength += txDmaLen;
|
Completed in 31 milliseconds