Searched refs:totBytes (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/net/
H A Detherdevice.cc149 .prereq(totBytes)
156 .prereq(totBytes)
159 totBytes
160 .name(name() + ".totBytes")
163 .prereq(totBytes)
170 .prereq(totBytes)
365 totBytes = txBytes + rxBytes;
H A Detherdevice.hh81 Stats::Formula totBytes; member in class:EtherDevice
/gem5/src/dev/
H A Ddma_device.hh99 const Addr totBytes; member in struct:DmaPort::DmaReqState
108 : completionEvent(ce), totBytes(tb), numBytes(0), delay(_delay)
H A Ddma_device.cc80 state->numBytes, state->totBytes,
90 assert(state->totBytes >= state->numBytes);
94 if (state->totBytes == state->numBytes) {

Completed in 9 milliseconds