Lines Matching refs:state
70 // should always see a response with a sender state
73 // get the DMA sender state
74 DmaReqState *state = dynamic_cast<DmaReqState*>(pkt->senderState);
75 assert(state);
80 state->numBytes, state->totBytes,
81 state->completionEvent ?
82 state->completionEvent->scheduled() : 0);
89 state->numBytes += pkt->req->getSize();
90 assert(state->totBytes >= state->numBytes);
94 if (state->totBytes == state->numBytes) {
95 if (state->completionEvent) {
96 delay += state->delay;
97 device->schedule(state->completionEvent, curTick() + delay);
99 delete state;
113 // We shouldn't ever get a cacheable block in Modified state
157 // one DMA request sender state for every action, that is then