external_slave.cc (10563:755b18321206) external_slave.cc (10694:1a6785e37d81)
1/*
2 * Copyright (c) 2012-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 110 unchanged lines hidden (view full) ---

119{
120 recvAtomic(packet);
121}
122
123void
124StubSlavePort::ResponseEvent::process()
125{
126 owner.responsePacket->makeResponse();
1/*
2 * Copyright (c) 2012-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 110 unchanged lines hidden (view full) ---

119{
120 recvAtomic(packet);
121}
122
123void
124StubSlavePort::ResponseEvent::process()
125{
126 owner.responsePacket->makeResponse();
127 owner.responsePacket->firstWordDelay = 0;
128 owner.responsePacket->lastWordDelay = 0;
127 owner.responsePacket->headerDelay = 0;
128 owner.responsePacket->payloadDelay = 0;
129
130 if (owner.sendTimingResp(owner.responsePacket)) {
131 owner.responsePacket = NULL;
132
133 if (owner.mustRetry)
134 owner.sendRetry();
135 owner.mustRetry = false;
136 }

--- 116 unchanged lines hidden ---
129
130 if (owner.sendTimingResp(owner.responsePacket)) {
131 owner.responsePacket = NULL;
132
133 if (owner.mustRetry)
134 owner.sendRetry();
135 owner.mustRetry = false;
136 }

--- 116 unchanged lines hidden ---