Searched refs:rxBytes (Results 1 - 6 of 6) sorted by relevance

/gem5/src/dev/net/
H A Detherdevice.cc47 rxBytes
48 .name(name() + ".rxBytes")
50 .prereq(rxBytes)
62 .prereq(rxBytes)
76 .prereq(rxBytes)
90 .prereq(rxBytes)
104 .prereq(rxBytes)
142 .prereq(rxBytes)
184 .prereq(rxBytes)
363 rxBandwidth = rxBytes * Stat
[all...]
H A Detherdevice.hh66 Stats::Scalar rxBytes; member in class:EtherDevice
H A Dsinic.cc1179 rxBytes += packet->length;
H A Dns_gige.cc1956 rxBytes += packet->length;
H A Di8254xGBe.cc2237 rxBytes += pkt->length;
/gem5/util/stats/
H A Dstats.py284 bytes = etherdev.rxBytes + etherdev.txBytes
349 output.stat = etherdev.rxBytes / etherdev.rxPackets
367 output.stat = etherdev.rxBytes / etherdev.txBytes
368 output.ylabel = 'rxBytes / txBytes'

Completed in 24 milliseconds