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

/gem5/src/dev/net/
H A Detherdevice.cc41 txBytes
42 .name(name() + ".txBytes")
44 .prereq(txBytes)
56 .prereq(txBytes)
69 .prereq(txBytes)
83 .prereq(txBytes)
97 .prereq(txBytes)
135 .prereq(txBytes)
177 .prereq(txBytes)
362 txBandwidth = txBytes * Stat
[all...]
H A Detherdevice.hh65 Stats::Scalar txBytes; member in class:EtherDevice
H A Dsinic.cc1022 txBytes += packet->length;
H A Dns_gige.cc1384 txBytes += txFifo.front()->length;
H A Di8254xGBe.cc2427 txBytes += txFifo.front()->length;
/gem5/util/stats/
H A Dstats.py284 bytes = etherdev.rxBytes + etherdev.txBytes
355 output.stat = etherdev.txBytes / etherdev.txPackets
367 output.stat = etherdev.rxBytes / etherdev.txBytes
368 output.ylabel = 'rxBytes / txBytes'

Completed in 23 milliseconds