gem5
|
#include <i8254xGBe.hh>
Public Member Functions | |
IGbEInt (const std::string &name, IGbE *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 | |
IGbE * | dev |
Additional Inherited Members | |
Protected Attributes inherited from EtherInt | |
std::string | portName |
EtherInt * | peer |
Definition at line 546 of file i8254xGBe.hh.
|
inline |
Definition at line 552 of file i8254xGBe.hh.
|
inlinevirtual |
Implements EtherInt.
Definition at line 556 of file i8254xGBe.hh.
References dev, and IGbE::ethRxPkt().
|
inlinevirtual |
Implements EtherInt.
Definition at line 557 of file i8254xGBe.hh.
References dev, and IGbE::ethTxDone().
|
private |
Definition at line 549 of file i8254xGBe.hh.
Referenced by recvPacket(), and sendDone().