bridge.hh (12084:5a3769ff3d55) bridge.hh (12823:ba630bc7a36d)
1/*
2 * Copyright (c) 2011-2013 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

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

290 /**
291 * Check a functional request against the packets in our
292 * request queue.
293 *
294 * @param pkt packet to check against
295 *
296 * @return true if we find a match
297 */
1/*
2 * Copyright (c) 2011-2013 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

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

290 /**
291 * Check a functional request against the packets in our
292 * request queue.
293 *
294 * @param pkt packet to check against
295 *
296 * @return true if we find a match
297 */
298 bool checkFunctional(PacketPtr pkt);
298 bool trySatisfyFunctional(PacketPtr pkt);
299
300 protected:
301
302 /** When receiving a timing request from the peer port,
303 pass it to the bridge. */
304 bool recvTimingResp(PacketPtr pkt);
305
306 /** When receiving a retry request from the peer port,

--- 25 unchanged lines hidden ---
299
300 protected:
301
302 /** When receiving a timing request from the peer port,
303 pass it to the bridge. */
304 bool recvTimingResp(PacketPtr pkt);
305
306 /** When receiving a retry request from the peer port,

--- 25 unchanged lines hidden ---