|
gem5
|
#include <ns_gige.hh>
Public Member Functions | |
| NSGigEInt (const std::string &name, NSGigE *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 | |
| NSGigE * | dev |
Additional Inherited Members | |
Protected Attributes inherited from EtherInt | |
| std::string | portName |
| EtherInt * | peer |
Definition at line 378 of file ns_gige.hh.
|
inline |
Definition at line 384 of file ns_gige.hh.
|
inlinevirtual |
Implements EtherInt.
Definition at line 388 of file ns_gige.hh.
References dev, and NSGigE::recvPacket().
|
inlinevirtual |
Implements EtherInt.
Definition at line 389 of file ns_gige.hh.
References dev, and NSGigE::transferDone().
|
private |
Definition at line 381 of file ns_gige.hh.
Referenced by recvPacket(), and sendDone().