serial_link.hh (12084:5a3769ff3d55) serial_link.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

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

283 /**
284 * Check a functional request against the packets in our
285 * request queue.
286 *
287 * @param pkt packet to check against
288 *
289 * @return true if we find a match
290 */
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

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

283 /**
284 * Check a functional request against the packets in our
285 * request queue.
286 *
287 * @param pkt packet to check against
288 *
289 * @return true if we find a match
290 */
291 bool checkFunctional(PacketPtr pkt);
291 bool trySatisfyFunctional(PacketPtr pkt);
292
293 protected:
294
295 /** When receiving a timing request from the peer port,
296 pass it to the serial_link. */
297 bool recvTimingResp(PacketPtr pkt);
298
299 /** When receiving a retry request from the peer port,

--- 31 unchanged lines hidden ---
292
293 protected:
294
295 /** When receiving a timing request from the peer port,
296 pass it to the serial_link. */
297 bool recvTimingResp(PacketPtr pkt);
298
299 /** When receiving a retry request from the peer port,

--- 31 unchanged lines hidden ---