Go to the documentation of this file.
38 #ifndef __MEM_QPORT_HH__
39 #define __MEM_QPORT_HH__
172 #endif // __MEM_QPORT_HH__
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
QueuedRequestPort(const std::string &name, SimObject *owner, ReqPacketQueue &req_queue, SnoopRespPacketQueue &snoop_resp_queue, PortID id=InvalidPortID)
Create a QueuedPort with a given name, owner, and a supplied implementation of two packet queues.
const std::string name() const
Return port name (for DPRINTF).
The QueuedRequestPort combines two queues, a request queue and a snoop response queue,...
virtual ~QueuedResponsePort()
const PortID id
A numeric identifier to distinguish ports in a vector, and set to InvalidPortID in case this port is ...
void recvRespRetry()
Called by the peer if sendTimingResp was called on this protocol (causing recvTimingResp to be called...
void retry()
Retry sending a packet from the queue.
RespPacketQueue & respQueue
Packet queue used to store outgoing responses.
const PortID InvalidPortID
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
void recvReqRetry()
Called by the peer if sendTimingReq was called on this peer (causing recvTimingReq to be called on th...
bool trySatisfyFunctional(PacketPtr pkt)
Check the list of buffered packets against the supplied functional request.
A queued port is a port that has an infinite queue for outgoing packets and thus decouples the module...
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
ReqPacketQueue & reqQueue
Packet queue used to store outgoing requests.
uint64_t Tick
Tick count type.
virtual ~QueuedRequestPort()
Abstract superclass for simulation objects.
QueuedResponsePort(const std::string &name, SimObject *owner, RespPacketQueue &resp_queue, PortID id=InvalidPortID)
Create a QueuedPort with a given name, owner, and a supplied implementation of a packet queue.
A ResponsePort is a specialization of a port.
SnoopRespPacketQueue & snoopRespQueue
Packet queue used to store outgoing snoop responses.
void schedSendTiming(PacketPtr pkt, Tick when)
Add a packet to the transmit list, and schedule a send event.
bool trySatisfyFunctional(PacketPtr pkt)
Check the list of buffered packets against the supplied functional request.
bool trySatisfyFunctional(PacketPtr pkt)
Check the list of buffered packets against the supplied functional request.
void schedTimingReq(PacketPtr pkt, Tick when)
Schedule the sending of a timing request.
void schedTimingSnoopResp(PacketPtr pkt, Tick when)
Schedule the sending of a timing snoop response.
void schedTimingResp(PacketPtr pkt, Tick when)
Schedule the sending of a timing response.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void recvRetrySnoopResp()
Called by the peer if sendTimingSnoopResp was called on this protocol (causing recvTimingSnoopResp to...
Generated on Wed Jul 28 2021 12:10:28 for gem5 by doxygen 1.8.17