Lines Matching refs:peer

58      * Attempt to send a timing request to the peer by calling
64 * @param peer Peer to send packet to.
69 bool sendReq(TimingResponseProtocol *peer, PacketPtr pkt);
72 * Check if the peer can handle a timing request.
78 * @param peer Peer to send packet to.
83 bool trySend(TimingResponseProtocol *peer, PacketPtr pkt) const;
86 * Attempt to send a timing snoop response packet to it's peer
94 bool sendSnoopResp(TimingResponseProtocol *peer, PacketPtr pkt);
97 * Send a retry to the peer that previously attempted a
100 void sendRetryResp(TimingResponseProtocol *peer);
103 * Receive a timing response from the peer.
108 * Receive a timing snoop request from the peer.
113 * Called by the peer if sendTimingReq was called on this peer (causing
114 * recvTimingReq to be called on the peer) and was unsuccessful.
119 * Called by the peer if sendTimingSnoopResp was called on this
120 * protocol (causing recvTimingSnoopResp to be called on the peer)
132 * Attempt to send a timing response to the peer by calling
138 * @param peer Peer to send the packet to.
143 bool sendResp(TimingRequestProtocol *peer, PacketPtr pkt);
146 * Attempt to send a timing snoop request packet to the peer
150 * @param peer Peer to send the packet to.
153 void sendSnoopReq(TimingRequestProtocol *peer, PacketPtr pkt);
156 * Send a retry to the peer that previously attempted a
159 void sendRetryReq(TimingRequestProtocol *peer);
162 * Send a retry to the peer that previously attempted a
163 * sendTimingSnoopResp to this peer and failed.
165 void sendRetrySnoopResp(TimingRequestProtocol *peer);
168 * Receive a timing request from the peer.
173 * Availability request from the peer.
178 * Receive a timing snoop response from the peer.
183 * Called by the peer if sendTimingResp was called on this
184 * protocol (causing recvTimingResp to be called on the peer)