gem5
|
#include <sinic.hh>
Public Member Functions | |
Interface (const std::string &name, Device *d) | |
virtual bool | recvPacket (EthPacketPtr pkt) |
virtual void | sendDone () |
Public Member Functions inherited from EtherInt | |
EtherInt (const std::string &name) | |
virtual | ~EtherInt () |
const std::string & | name () const |
Return port name (for DPRINTF). More... | |
void | setPeer (EtherInt *p) |
EtherInt * | getPeer () |
void | recvDone () |
bool | sendPacket (EthPacketPtr packet) |
bool | askBusy () |
virtual bool | isBusy () |
Private Attributes | |
Device * | dev |
Additional Inherited Members | |
Protected Attributes inherited from EtherInt | |
std::string | portName |
EtherInt * | peer |
|
inline |
|
inlinevirtual |
Implements EtherInt.
Definition at line 321 of file sinic.hh.
References dev, and Sinic::Device::recvPacket().
|
inlinevirtual |
Implements EtherInt.
Definition at line 322 of file sinic.hh.
References dev, and Sinic::Device::transferDone().
|
private |
Definition at line 314 of file sinic.hh.
Referenced by recvPacket(), and sendDone().