gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::EtherInt Class Referenceabstract

#include <etherint.hh>

Inheritance diagram for gem5::EtherInt:
gem5::Port gem5::DistEtherLink::LocalIface gem5::EtherLink::Interface gem5::EtherSwitch::Interface gem5::EtherTapInt gem5::IGbEInt gem5::NSGigEInt gem5::sinic::Interface

Public Member Functions

 EtherInt (const std::string &name, int idx=InvalidPortID)
 
virtual ~EtherInt ()
 
const std::string & name () const
 Return port name (for DPRINTF).
 
void bind (Port &peer) override
 Attach to a peer port.
 
void unbind () override
 Dettach from a peer port.
 
void setPeer (EtherInt *p)
 
EtherIntgetPeer ()
 
void recvDone ()
 
virtual void sendDone ()=0
 
bool sendPacket (EthPacketPtr packet)
 
virtual bool recvPacket (EthPacketPtr packet)=0
 
bool askBusy ()
 
virtual bool isBusy ()
 
- Public Member Functions inherited from gem5::Port
virtual ~Port ()
 Virtual destructor due to inheritance.
 
PortgetPeer ()
 Return a reference to this port's peer.
 
const std::string name () const
 Return port name (for DPRINTF).
 
PortID getId () const
 Get the port id.
 
bool isConnected () const
 Is this port currently connected to a peer?
 
void takeOverFrom (Port *old)
 A utility function to make it easier to swap out ports.
 

Protected Attributes

std::string portName
 
EtherIntpeer
 
- Protected Attributes inherited from gem5::Port
const PortID id
 A numeric identifier to distinguish ports in a vector, and set to InvalidPortID in case this port is not part of a vector.
 
Port_peer
 A pointer to this port's peer.
 
bool _connected
 Whether this port is currently connected to a peer port.
 

Additional Inherited Members

- Protected Member Functions inherited from gem5::Port
void reportUnbound () const
 
 Port (const std::string &_name, PortID _id)
 Abstract base class for ports.
 

Detailed Description

Definition at line 50 of file etherint.hh.

Constructor & Destructor Documentation

◆ EtherInt()

gem5::EtherInt::EtherInt ( const std::string & name,
int idx = InvalidPortID )
inline

Definition at line 57 of file etherint.hh.

◆ ~EtherInt()

virtual gem5::EtherInt::~EtherInt ( )
inlinevirtual

Definition at line 59 of file etherint.hh.

Member Function Documentation

◆ askBusy()

bool gem5::EtherInt::askBusy ( )
inline

Definition at line 77 of file etherint.hh.

References isBusy(), and peer.

◆ bind()

void gem5::EtherInt::bind ( Port & peer)
overridevirtual

Attach to a peer port.

Reimplemented from gem5::Port.

Definition at line 38 of file etherint.cc.

References gem5::Port::_connected, fatal, name(), gem5::MipsISA::p, peer, and setPeer().

◆ getPeer()

EtherInt * gem5::EtherInt::getPeer ( )
inline

Definition at line 68 of file etherint.hh.

References peer.

◆ isBusy()

virtual bool gem5::EtherInt::isBusy ( )
inlinevirtual

Reimplemented in gem5::DistEtherLink::LocalIface, and gem5::EtherLink::Interface.

Definition at line 78 of file etherint.hh.

Referenced by askBusy().

◆ name()

const std::string & gem5::EtherInt::name ( ) const
inline

Return port name (for DPRINTF).

Definition at line 62 of file etherint.hh.

References portName.

Referenced by bind(), gem5::EtherSwitch::Interface::learnSenderAddr(), gem5::EtherSwitch::Interface::recvPacket(), and setPeer().

◆ recvDone()

void gem5::EtherInt::recvDone ( )
inline

Definition at line 70 of file etherint.hh.

References peer, and sendDone().

Referenced by gem5::EtherTapBase::recvSimulated().

◆ recvPacket()

◆ sendDone()

◆ sendPacket()

◆ setPeer()

void gem5::EtherInt::setPeer ( EtherInt * p)

Definition at line 57 of file etherint.cc.

References name(), gem5::MipsISA::p, panic, and peer.

Referenced by bind().

◆ unbind()

void gem5::EtherInt::unbind ( )
overridevirtual

Dettach from a peer port.

Reimplemented from gem5::Port.

Definition at line 50 of file etherint.cc.

References gem5::Port::_connected, and peer.

Member Data Documentation

◆ peer

◆ portName

std::string gem5::EtherInt::portName
mutableprotected

Definition at line 53 of file etherint.hh.

Referenced by name().


The documentation for this class was generated from the following files:

Generated on Tue Jun 18 2024 16:24:11 for gem5 by doxygen 1.11.0