gem5
|
#include <i8254xGBe.hh>
Classes | |
class | DescCache |
class | RxDescCache |
class | TxDescCache |
Public Types | |
typedef IGbEParams | Params |
Public Types inherited from EtherDevice | |
typedef EtherDeviceParams | Params |
Public Types inherited from DmaDevice | |
typedef DmaDeviceParams | Params |
Public Types inherited from PioDevice | |
typedef PioDeviceParams | Params |
Public Types inherited from MemObject | |
typedef MemObjectParams | Params |
Public Types inherited from ClockedObject | |
typedef ClockedObjectParams | Params |
Parameters of ClockedObject. More... | |
Public Types inherited from SimObject | |
typedef SimObjectParams | Params |
Public Member Functions | |
const Params * | params () const |
IGbE (const Params *params) | |
~IGbE () | |
void | init () override |
init() is called after all C++ SimObjects have been created and all ports are connected. More... | |
EtherInt * | getEthPort (const std::string &if_name, int idx) override |
Additional function to return the Port of a memory object. More... | |
Tick | read (PacketPtr pkt) override |
Pure virtual function that the device must implement. More... | |
Tick | write (PacketPtr pkt) override |
Pure virtual function that the device must implement. More... | |
Tick | writeConfig (PacketPtr pkt) override |
Write to the PCI config space data that is stored locally. More... | |
bool | ethRxPkt (EthPacketPtr packet) |
void | ethTxDone () |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
DrainState | drain () override |
Notify an object that it needs to drain its state. More... | |
void | drainResume () override |
Resume execution after a successful drain. More... | |
Public Member Functions inherited from EtherDevice | |
EtherDevice (const Params *params) | |
const Params * | params () const |
void | regStats () |
Register statistics for this object. More... | |
Public Member Functions inherited from PciDevice | |
virtual Tick | readConfig (PacketPtr pkt) |
Read from the PCI config space data that is stored locally. More... | |
Addr | pciToDma (Addr pci_addr) const |
void | intrPost () |
void | intrClear () |
uint8_t | interruptLine () const |
AddrRangeList | getAddrRanges () const override |
Determine the address ranges that this device responds to. More... | |
PciDevice (const PciDeviceParams *params) | |
Constructor for PCI Dev. More... | |
void | serialize (CheckpointOut &cp) const override |
Serialize this object to the given output stream. More... | |
void | unserialize (CheckpointIn &cp) override |
Reconstruct the state of this object from a checkpoint. More... | |
const PciBusAddr & | busAddr () const |
Public Member Functions inherited from DmaDevice | |
DmaDevice (const Params *p) | |
virtual | ~DmaDevice () |
void | dmaWrite (Addr addr, int size, Event *event, uint8_t *data, Tick delay=0) |
void | dmaRead (Addr addr, int size, Event *event, uint8_t *data, Tick delay=0) |
bool | dmaPending () const |
unsigned int | cacheBlockSize () const |
BaseMasterPort & | getMasterPort (const std::string &if_name, PortID idx=InvalidPortID) override |
Get a master port with a given name and index. More... | |
Public Member Functions inherited from PioDevice | |
PioDevice (const Params *p) | |
virtual | ~PioDevice () |
const Params * | params () const |
virtual BaseSlavePort & | getSlavePort (const std::string &if_name, PortID idx=InvalidPortID) |
Get a slave port with a given name and index. More... | |
Public Member Functions inherited from MemObject | |
const Params * | params () const |
MemObject (const Params *params) | |
Public Member Functions inherited from ClockedObject | |
ClockedObject (const ClockedObjectParams *p) | |
const Params * | params () const |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
Enums::PwrState | pwrState () const |
std::string | pwrStateName () const |
std::vector< double > | pwrStateWeights () const |
Returns the percentage residency for each power state. More... | |
void | computeStats () |
Record stats values like state residency by computing the time difference from previous update. More... | |
void | pwrState (Enums::PwrState) |
void | regStats () override |
Register statistics for this object. More... | |
Public Member Functions inherited from SimObject | |
const Params * | params () const |
SimObject (const Params *_params) | |
virtual | ~SimObject () |
virtual const std::string | name () const |
virtual void | loadState (CheckpointIn &cp) |
loadState() is called on each SimObject when restoring from a checkpoint. More... | |
virtual void | initState () |
initState() is called on each SimObject when not restoring from a checkpoint. More... | |
virtual void | resetStats () |
Reset statistics associated with this object. More... | |
virtual void | regProbePoints () |
Register probe points for this object. More... | |
virtual void | regProbeListeners () |
Register probe listeners for this object. More... | |
ProbeManager * | getProbeManager () |
Get the probe manager for this object. More... | |
virtual void | startup () |
startup() is the final initialization call before simulation. More... | |
DrainState | drain () override |
Provide a default implementation of the drain interface for objects that don't need draining. More... | |
virtual void | memWriteback () |
Write back dirty buffers to memory using functional writes. More... | |
virtual void | memInvalidate () |
Invalidate the contents of memory buffers. More... | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
Public Member Functions inherited from EventManager | |
EventManager (EventManager &em) | |
EventManager (EventManager *em) | |
EventManager (EventQueue *eq) | |
EventQueue * | eventQueue () const |
void | schedule (Event &event, Tick when) |
void | deschedule (Event &event) |
void | reschedule (Event &event, Tick when, bool always=false) |
void | schedule (Event *event, Tick when) |
void | deschedule (Event *event) |
void | reschedule (Event *event, Tick when, bool always=false) |
void | wakeupEventQueue (Tick when=(Tick)-1) |
void | setCurTick (Tick newVal) |
Public Member Functions inherited from Serializable | |
Serializable () | |
virtual | ~Serializable () |
void | serializeSection (CheckpointOut &cp, const char *name) const |
Serialize an object into a new section. More... | |
void | serializeSection (CheckpointOut &cp, const std::string &name) const |
void | unserializeSection (CheckpointIn &cp, const char *name) |
Unserialize an a child object. More... | |
void | unserializeSection (CheckpointIn &cp, const std::string &name) |
Public Member Functions inherited from Drainable | |
DrainState | drainState () const |
Return the current drain state of an object. More... | |
virtual void | notifyFork () |
Notify a child process of a fork. More... | |
Public Member Functions inherited from Clocked | |
void | updateClockPeriod () const |
Update the tick to the current tick. More... | |
Tick | clockEdge (Cycles cycles=Cycles(0)) const |
Determine the tick when a cycle begins, by default the current one, but the argument also enables the caller to determine a future cycle. More... | |
Cycles | curCycle () const |
Determine the current cycle, corresponding to a tick aligned to a clock edge. More... | |
Tick | nextCycle () const |
Based on the clock of the object, determine the start tick of the first cycle that is at least one cycle in the future. More... | |
uint64_t | frequency () const |
Tick | clockPeriod () const |
double | voltage () const |
Cycles | ticksToCycles (Tick t) const |
Tick | cyclesToTicks (Cycles c) const |
Public Attributes | |
Tick | lastInterrupt |
Private Member Functions | |
void | rdtrProcess () |
void | radvProcess () |
void | tadvProcess () |
void | tidvProcess () |
void | tick () |
void | rxStateMachine () |
void | txStateMachine () |
void | txWire () |
void | postInterrupt (iGbReg::IntTypes t, bool now=false) |
Write an interrupt into the interrupt pending register and check mask and interrupt limit timer before sending interrupt to CPU. More... | |
void | chkInterrupt () |
Check and see if changes to the mask register have caused an interrupt to need to be sent or perhaps removed an interrupt cause. More... | |
void | delayIntEvent () |
Send an interrupt to the cpu. More... | |
void | cpuPostInt () |
void | cpuClearInt () |
Clear the interupt line to the cpu. More... | |
Tick | intClock () |
void | restartClock () |
This function is used to restart the clock so it can handle things like draining and resume in one place. More... | |
void | checkDrain () |
Check if all the draining things that need to occur have occured and handle the drain event if so. More... | |
void | anBegin (std::string sm, std::string st, int flags=CPA::FL_NONE) |
void | anQ (std::string sm, std::string q) |
void | anDq (std::string sm, std::string q) |
void | anPq (std::string sm, std::string q, int num=1) |
void | anRq (std::string sm, std::string q, int num=1) |
void | anWe (std::string sm, std::string q) |
void | anWf (std::string sm, std::string q) |
Private Attributes | |
IGbEInt * | etherInt |
CPA * | cpa |
iGbReg::Regs | regs |
int | eeOpBits |
int | eeAddrBits |
int | eeDataBits |
uint8_t | eeOpcode |
uint8_t | eeAddr |
uint16_t | flash [iGbReg::EEPROM_SIZE] |
PacketFifo | rxFifo |
PacketFifo | txFifo |
EthPacketPtr | txPacket |
bool | rxTick |
bool | txTick |
bool | txFifoTick |
bool | rxDmaPacket |
unsigned | pktOffset |
Tick | fetchDelay |
Tick | wbDelay |
Tick | fetchCompDelay |
Tick | wbCompDelay |
Tick | rxWriteDelay |
Tick | txReadDelay |
EventWrapper< IGbE,&IGbE::rdtrProcess > | rdtrEvent |
EventWrapper< IGbE,&IGbE::radvProcess > | radvEvent |
EventWrapper< IGbE,&IGbE::tadvProcess > | tadvEvent |
EventWrapper< IGbE,&IGbE::tidvProcess > | tidvEvent |
EventWrapper< IGbE,&IGbE::tick > | tickEvent |
uint64_t | macAddr |
EventWrapper< IGbE,&IGbE::delayIntEvent > | interEvent |
RxDescCache | rxDescCache |
TxDescCache | txDescCache |
Friends | |
class | RxDescCache |
class | TxDescCache |
Definition at line 56 of file i8254xGBe.hh.
typedef IGbEParams IGbE::Params |
Definition at line 516 of file i8254xGBe.hh.
IGbE::IGbE | ( | const Params * | params | ) |
Definition at line 60 of file i8254xGBe.cc.
References PacketFifo::clear(), iGbReg::Regs::ctrl, eeAddrBits, iGbReg::Regs::eecd, eeDataBits, eeOpBits, eeOpcode, iGbReg::EEPROM_CSUM, EEPROM_SIZE, etherInt, iGbReg::Regs::fcrth, flash, htobe(), iGbReg::Regs::iam, iGbReg::Regs::imr, macAddr, SimObject::name(), iGbReg::Regs::pba, regs, iGbReg::Regs::rlpml, iGbReg::Regs::rxdctl, rxFifo, iGbReg::Regs::sts, iGbReg::Regs::sw_fw_sync, iGbReg::Regs::tdwba, txFifo, and X86ISA::x.
IGbE::~IGbE | ( | ) |
Definition at line 126 of file i8254xGBe.cc.
References etherInt.
|
inlineprivate |
Definition at line 181 of file i8254xGBe.hh.
References cpa, CPA::hwBegin(), macAddr, and PioDevice::sys.
Referenced by ethRxPkt(), ethTxDone(), rxStateMachine(), txStateMachine(), and txWire().
|
inlineprivate |
Definition at line 191 of file i8254xGBe.hh.
References cpa, CPA::FL_NONE, CPA::hwDq(), macAddr, and PioDevice::sys.
Referenced by rxStateMachine(), and txWire().
|
inlineprivate |
Definition at line 196 of file i8254xGBe.hh.
References cpa, CPA::FL_NONE, CPA::hwPq(), macAddr, and PioDevice::sys.
Referenced by rxStateMachine(), txStateMachine(), and txWire().
|
inlineprivate |
Definition at line 186 of file i8254xGBe.hh.
References cpa, CPA::FL_NONE, CPA::hwQ(), macAddr, and PioDevice::sys.
Referenced by ethRxPkt(), txStateMachine(), and txWire().
|
inlineprivate |
Definition at line 201 of file i8254xGBe.hh.
References cpa, CPA::FL_NONE, CPA::hwRq(), macAddr, and PioDevice::sys.
Referenced by txStateMachine().
|
inlineprivate |
Definition at line 206 of file i8254xGBe.hh.
References cpa, CPA::FL_NONE, CPA::hwWe(), macAddr, and PioDevice::sys.
Referenced by rxStateMachine(), txStateMachine(), and txWire().
|
inlineprivate |
Definition at line 211 of file i8254xGBe.hh.
References cpa, CPA::FL_NONE, CPA::hwWf(), macAddr, and PioDevice::sys.
Referenced by txStateMachine().
|
private |
Check if all the draining things that need to occur have occured and handle the drain event if so.
Definition at line 2102 of file i8254xGBe.cc.
References DPRINTF, Draining, Drainable::drainState(), IGbE::RxDescCache::hasOutstandingEvents(), IGbE::TxDescCache::hasOutstandingEvents(), rxDescCache, rxTick, Drainable::signalDrainDone(), txDescCache, txFifoTick, and txTick.
|
private |
Check and see if changes to the mask register have caused an interrupt to need to be sent or perhaps removed an interrupt cause.
Definition at line 791 of file i8254xGBe.cc.
References cpuClearInt(), cpuPostInt(), curTick(), EventManager::deschedule(), DPRINTF, iGbReg::Regs::icr, iGbReg::Regs::imr, interEvent, iGbReg::Regs::itr, SimClock::Int::ns, regs, EventManager::schedule(), Event::scheduled(), and ArmISA::t.
|
private |
Clear the interupt line to the cpu.
Definition at line 779 of file i8254xGBe.cc.
References DPRINTF, iGbReg::Regs::icr, PciDevice::intrClear(), and regs.
Referenced by chkInterrupt().
|
private |
Definition at line 735 of file i8254xGBe.cc.
References curTick(), EventManager::deschedule(), DPRINTF, iGbReg::Regs::icr, iGbReg::Regs::imr, interEvent, PciDevice::intrPost(), lastInterrupt, EtherDevice::postedInterrupts, radvEvent, rdtrEvent, regs, Event::scheduled(), tadvEvent, and tidvEvent.
Referenced by chkInterrupt(), delayIntEvent(), and postInterrupt().
|
private |
|
overridevirtual |
Notify an object that it needs to drain its state.
If the object does not need further simulation to drain internal buffers, it returns DrainState::Drained and automatically switches to the Drained state. If the object needs more simulation, it returns DrainState::Draining and automatically enters the Draining state. Other return values are invalid.
Implements Drainable.
Definition at line 2066 of file i8254xGBe.cc.
References X86ISA::count, EventManager::deschedule(), DPRINTF, Drained, Draining, IGbE::RxDescCache::hasOutstandingEvents(), IGbE::TxDescCache::hasOutstandingEvents(), rxDescCache, rxTick, Event::scheduled(), tickEvent, txDescCache, txFifoTick, and txTick.
|
overridevirtual |
Resume execution after a successful drain.
Reimplemented from Drainable.
Definition at line 2089 of file i8254xGBe.cc.
References DPRINTF, Drainable::drainResume(), restartClock(), rxTick, txFifoTick, and txTick.
bool IGbE::ethRxPkt | ( | EthPacketPtr | packet | ) |
Definition at line 2220 of file i8254xGBe.cc.
References anBegin(), anQ(), CPA::available(), cpa, DPRINTF, Draining, Drainable::drainState(), CPA::enabled(), CPA::FL_BAD, CPA::FL_NONE, CPA::hwDq(), CPA::hwWe(), iGbReg::IT_RXO, macAddr, System::numSystemsRunning, postInterrupt(), PacketFifo::push(), iGbReg::Regs::rctl, regs, restartClock(), EtherDevice::rxBytes, rxFifo, EtherDevice::rxPackets, rxTick, Event::scheduled(), PioDevice::sys, System::systemList, tickEvent, and txTick.
Referenced by IGbEInt::recvPacket().
void IGbE::ethTxDone | ( | ) |
Definition at line 2443 of file i8254xGBe.cc.
References anBegin(), IGbE::DescCache< T >::descLeft(), DPRINTF, Draining, Drainable::drainState(), restartClock(), txDescCache, txFifoTick, txTick, and txWire().
Referenced by IGbEInt::sendDone().
|
overridevirtual |
Additional function to return the Port of a memory object.
Implements EtherDevice.
Definition at line 139 of file i8254xGBe.cc.
References etherInt, EtherInt::getPeer(), and panic.
|
overridevirtual |
init() is called after all C++ SimObjects have been created and all ports are connected.
Initializations that are independent of unserialization but rely on a fully instantiated and connected SimObject graph should be done here.
Reimplemented from DmaDevice.
Definition at line 132 of file i8254xGBe.cc.
References cpa, CPA::cpa(), and DmaDevice::init().
|
inlineprivate |
Definition at line 170 of file i8254xGBe.hh.
References SimClock::Int::ns.
|
inline |
|
private |
Write an interrupt into the interrupt pending register and check mask and interrupt limit timer before sending interrupt to CPU.
t | the type of interrupt we are posting |
now | should we ignore the interrupt limiting timer |
Definition at line 695 of file i8254xGBe.cc.
References cpuPostInt(), curTick(), EventManager::deschedule(), DPRINTF, iGbReg::Regs::icr, interEvent, iGbReg::Regs::itr, lastInterrupt, SimClock::Int::ns, regs, EventManager::schedule(), Event::scheduled(), and ArmISA::t.
Referenced by ethRxPkt(), radvProcess(), rdtrProcess(), read(), rxStateMachine(), tadvProcess(), tidvProcess(), txStateMachine(), and write().
|
inlineprivate |
Definition at line 104 of file i8254xGBe.hh.
References DPRINTF, iGbReg::IT_RXT, postInterrupt(), rxDescCache, and IGbE::DescCache< T >::writeback().
|
inlineprivate |
Definition at line 93 of file i8254xGBe.hh.
References DPRINTF, iGbReg::IT_RXT, postInterrupt(), rxDescCache, and IGbE::DescCache< T >::writeback().
Pure virtual function that the device must implement.
Called when a read command is recieved by the port.
pkt | Packet describing this request |
Implements PioDevice.
Definition at line 170 of file i8254xGBe.cc.
References chkInterrupt(), iGbReg::Regs::ctrl, iGbReg::Regs::ctrl_ext, DPRINTF, iGbReg::Regs::eecd, iGbReg::Regs::eerd, iGbReg::Regs::fcrth, iGbReg::Regs::fcrtl, iGbReg::Regs::fcttv, iGbReg::Regs::fwsm, Packet::getAddr(), PciDevice::getBAR(), Packet::getSize(), iGbReg::Regs::iam, iGbReg::Regs::icr, iGbReg::Regs::imr, IN_RANGE, iGbReg::IT_RXT, iGbReg::Regs::itr, Packet::makeAtomicResponse(), iGbReg::Regs::manc, ArmISA::mask, iGbReg::Regs::mdic, iGbReg::MULTICAST_TABLE_SIZE, panic, iGbReg::Regs::pba, PciDevice::pioDelay, postInterrupt(), iGbReg::Regs::radv, iGbReg::Regs::rctl, iGbReg::RCV_ADDRESS_TABLE_SIZE, iGbReg::Regs::rdba, iGbReg::Regs::rdh, iGbReg::Regs::rdlen, iGbReg::Regs::rdt, iGbReg::Regs::rdtr, iGbReg::REG_CRCERRS, iGbReg::REG_CTRL, iGbReg::REG_CTRL_EXT, iGbReg::REG_EECD, iGbReg::REG_EERD, iGbReg::REG_EICR, iGbReg::REG_FCRTH, iGbReg::REG_FCRTL, iGbReg::REG_FCTTV, iGbReg::REG_FWSM, iGbReg::REG_ICR, iGbReg::REG_ITR, iGbReg::REG_LEDCTL, iGbReg::REG_MANC, iGbReg::REG_MDIC, iGbReg::REG_MTA, iGbReg::REG_PBA, iGbReg::REG_RADV, iGbReg::REG_RAL, iGbReg::REG_RCTL, iGbReg::REG_RDBAH, iGbReg::REG_RDBAL, iGbReg::REG_RDH, iGbReg::REG_RDLEN, iGbReg::REG_RDT, iGbReg::REG_RDTR, iGbReg::REG_RFCTL, iGbReg::REG_RLPML, iGbReg::REG_RXCSUM, iGbReg::REG_RXDCTL, iGbReg::REG_SRRCTL, iGbReg::REG_STATUS, iGbReg::REG_SWFWSYNC, iGbReg::REG_SWSM, iGbReg::REG_TADV, iGbReg::REG_TCTL, iGbReg::REG_TDBAH, iGbReg::REG_TDBAL, iGbReg::REG_TDH, iGbReg::REG_TDLEN, iGbReg::REG_TDT, iGbReg::REG_TDWBAH, iGbReg::REG_TDWBAL, iGbReg::REG_TIDV, iGbReg::REG_TXDCA_CTL, iGbReg::REG_TXDCTL, iGbReg::REG_VFTA, iGbReg::REG_WUC, iGbReg::REG_WUFC, iGbReg::REG_WUS, regs, iGbReg::Regs::rfctl, iGbReg::Regs::rlpml, iGbReg::Regs::rxcsum, iGbReg::Regs::rxdctl, rxDescCache, Packet::set(), iGbReg::Regs::srrctl, iGbReg::STATS_REGS_SIZE, iGbReg::Regs::sts, iGbReg::Regs::sw_fw_sync, iGbReg::Regs::swsm, iGbReg::Regs::tadv, iGbReg::Regs::tctl, iGbReg::Regs::tdba, iGbReg::Regs::tdh, iGbReg::Regs::tdlen, iGbReg::Regs::tdt, iGbReg::Regs::tdwba, iGbReg::Regs::tidv, iGbReg::Regs::txdca_ctl, iGbReg::Regs::txdctl, iGbReg::VLAN_FILTER_TABLE_SIZE, and IGbE::DescCache< T >::writeback().
|
private |
This function is used to restart the clock so it can handle things like draining and resume in one place.
Definition at line 2058 of file i8254xGBe.cc.
References Clocked::clockEdge(), Drainable::drainState(), Running, rxTick, EventManager::schedule(), Event::scheduled(), tickEvent, txFifoTick, and txTick.
Referenced by drainResume(), ethRxPkt(), ethTxDone(), and write().
|
private |
Definition at line 2268 of file i8254xGBe.cc.
References anBegin(), anDq(), IGbE::DescCache< T >::annUnusedCacheQ, anPq(), anWe(), DmaDevice::cacheBlockSize(), IGbE::DescCache< T >::descLeft(), IGbE::DescCache< T >::descUnused(), IGbE::DescCache< T >::descUsed(), DPRINTF, PacketFifo::empty(), IGbE::DescCache< T >::fetchDescriptors(), PacketFifo::front(), iGbReg::IT_RXDMT, IGbE::RxDescCache::packetDone(), pktOffset, PacketFifo::pop(), postInterrupt(), iGbReg::Regs::rctl, iGbReg::Regs::rdlen, regs, iGbReg::Regs::rxdctl, rxDescCache, rxDmaPacket, rxFifo, rxTick, IGbE::DescCache< T >::writeback(), and IGbE::RxDescCache::writePacket().
Referenced by tick().
|
overridevirtual |
Serialize an object.
Output an object's state into the current checkpoint section.
cp | Checkpoint state |
Implements Serializable.
Definition at line 2459 of file i8254xGBe.cc.
References eeAddr, eeAddrBits, eeDataBits, eeOpBits, eeOpcode, iGbReg::EEPROM_SIZE, flash, interEvent, lastInterrupt, pktOffset, radvEvent, rdtrEvent, regs, rxDescCache, rxFifo, Event::scheduled(), PacketFifo::serialize(), PciDevice::serialize(), iGbReg::Regs::serialize(), SERIALIZE_ARRAY, SERIALIZE_SCALAR, Serializable::serializeSection(), tadvEvent, tidvEvent, txDescCache, txFifo, txPacket, and Event::when().
|
inlineprivate |
Definition at line 115 of file i8254xGBe.hh.
References DPRINTF, iGbReg::IT_TXDW, postInterrupt(), txDescCache, and IGbE::DescCache< T >::writeback().
|
private |
Definition at line 2424 of file i8254xGBe.cc.
References Clocked::clockPeriod(), curTick(), DPRINTF, rxStateMachine(), rxTick, EventManager::schedule(), tickEvent, txFifoTick, txStateMachine(), txTick, and txWire().
|
inlineprivate |
Definition at line 126 of file i8254xGBe.hh.
References DPRINTF, iGbReg::IT_TXDW, postInterrupt(), txDescCache, and IGbE::DescCache< T >::writeback().
|
private |
Definition at line 2118 of file i8254xGBe.cc.
References anBegin(), IGbE::DescCache< T >::annUnusedCacheQ, anPq(), anQ(), anRq(), anWe(), anWf(), PacketFifo::avail(), DmaDevice::cacheBlockSize(), IGbE::DescCache< T >::descLeft(), IGbE::DescCache< T >::descUnused(), DPRINTF, Draining, Drainable::drainState(), IGbE::DescCache< T >::fetchDescriptors(), IGbE::TxDescCache::getPacketData(), IGbE::TxDescCache::getPacketSize(), iGbReg::IT_TXDLOW, iGbReg::IT_TXQE, IGbE::TxDescCache::packetAvailable(), IGbE::TxDescCache::packetMultiDesc(), IGbE::TxDescCache::packetWaiting(), postInterrupt(), IGbE::TxDescCache::processContextDesc(), PacketFifo::push(), regs, PacketFifo::reserve(), X86ISA::size(), iGbReg::Regs::tctl, iGbReg::Regs::txdctl, txDescCache, txFifo, txFifoTick, txPacket, txTick, and IGbE::DescCache< T >::writeback().
Referenced by tick().
|
private |
Definition at line 2386 of file i8254xGBe.cc.
References anBegin(), anDq(), anPq(), anQ(), anWe(), PacketFifo::avail(), DPRINTF, DTRACE, PacketFifo::empty(), etherInt, PacketFifo::front(), iGbReg::TxdOp::ip(), PacketFifo::pop(), EtherInt::sendPacket(), EtherDevice::txBytes, txFifo, txFifoTick, and EtherDevice::txPackets.
Referenced by ethTxDone(), and tick().
|
overridevirtual |
Unserialize an object.
Read an object's state from the current checkpoint section.
cp | Checkpoint state |
Implements Serializable.
Definition at line 2510 of file i8254xGBe.cc.
References eeAddr, eeAddrBits, eeDataBits, eeOpBits, eeOpcode, iGbReg::EEPROM_SIZE, flash, interEvent, lastInterrupt, pktOffset, radvEvent, rdtrEvent, regs, rxDescCache, rxFifo, rxTick, EventManager::schedule(), tadvEvent, tidvEvent, txDescCache, txFifo, txFifoTick, txPacket, txTick, PacketFifo::unserialize(), PciDevice::unserialize(), iGbReg::Regs::unserialize(), UNSERIALIZE_ARRAY, UNSERIALIZE_SCALAR, and Serializable::unserializeSection().
Pure virtual function that the device must implement.
Called when a write command is recieved by the port.
pkt | Packet describing this request |
Implements PioDevice.
Definition at line 358 of file i8254xGBe.cc.
References IGbE::DescCache< T >::areaChanged(), bits(), chkInterrupt(), PacketFifo::clear(), IGbE::TxDescCache::completionWriteback(), iGbReg::Regs::ctrl, iGbReg::Regs::ctrl_ext, DPRINTF, Drainable::drainState(), eeAddr, eeAddrBits, iGbReg::Regs::eecd, eeDataBits, eeOpBits, eeOpcode, iGbReg::EEPROM_RDSR_OPCODE_SPI, iGbReg::EEPROM_READ_OPCODE_SPI, EEPROM_SIZE, iGbReg::Regs::eerd, iGbReg::Regs::fcrth, iGbReg::Regs::fcrtl, iGbReg::Regs::fcttv, IGbE::DescCache< T >::fetchDescriptors(), flash, iGbReg::Regs::fwsm, Packet::get(), Packet::getAddr(), PciDevice::getBAR(), Packet::getSize(), iGbReg::Regs::iam, iGbReg::Regs::icr, iGbReg::Regs::imr, IN_RANGE, iGbReg::Regs::itr, Packet::makeAtomicResponse(), iGbReg::Regs::manc, ArmISA::mask, iGbReg::Regs::mdic, iGbReg::MULTICAST_TABLE_SIZE, panic, params(), iGbReg::Regs::pba, iGbReg::PHY_AGC, iGbReg::PHY_EPID, iGbReg::PHY_EPSTATUS, iGbReg::PHY_GSTATUS, iGbReg::PHY_PID, iGbReg::PHY_PSTATUS, PciDevice::pioDelay, postInterrupt(), iGbReg::Regs::radv, iGbReg::Regs::rctl, iGbReg::RCV_ADDRESS_TABLE_SIZE, iGbReg::Regs::rdba, iGbReg::Regs::rdh, iGbReg::Regs::rdlen, iGbReg::Regs::rdt, iGbReg::Regs::rdtr, iGbReg::REG_AIFS, iGbReg::REG_CTRL, iGbReg::REG_CTRL_EXT, iGbReg::REG_EECD, iGbReg::REG_EERD, iGbReg::REG_FCAH, iGbReg::REG_FCAL, iGbReg::REG_FCRTH, iGbReg::REG_FCRTL, iGbReg::REG_FCT, iGbReg::REG_FCTTV, iGbReg::REG_IAM, iGbReg::REG_ICR, iGbReg::REG_ICS, iGbReg::REG_IMC, iGbReg::REG_IMS, iGbReg::REG_ITR, iGbReg::REG_IVAR0, iGbReg::REG_LEDCTL, iGbReg::REG_MANC, iGbReg::REG_MDIC, iGbReg::REG_MTA, iGbReg::REG_PBA, iGbReg::REG_RADV, iGbReg::REG_RAL, iGbReg::REG_RCTL, iGbReg::REG_RDBAH, iGbReg::REG_RDBAL, iGbReg::REG_RDH, iGbReg::REG_RDLEN, iGbReg::REG_RDT, iGbReg::REG_RDTR, iGbReg::REG_RFCTL, iGbReg::REG_RLPML, iGbReg::REG_RXCSUM, iGbReg::REG_RXDCTL, iGbReg::REG_SRRCTL, iGbReg::REG_STATUS, iGbReg::REG_SWFWSYNC, iGbReg::REG_SWSM, iGbReg::REG_TADV, iGbReg::REG_TCTL, iGbReg::REG_TDBAH, iGbReg::REG_TDBAL, iGbReg::REG_TDH, iGbReg::REG_TDLEN, iGbReg::REG_TDT, iGbReg::REG_TDWBAH, iGbReg::REG_TDWBAL, iGbReg::REG_TIDV, iGbReg::REG_TIPG, iGbReg::REG_TXDCA_CTL, iGbReg::REG_TXDCTL, iGbReg::REG_VET, iGbReg::REG_VFTA, iGbReg::REG_WUC, iGbReg::REG_WUFC, iGbReg::REG_WUS, regs, IGbE::DescCache< T >::reset(), restartClock(), iGbReg::Regs::rfctl, iGbReg::Regs::rlpml, Running, iGbReg::Regs::rxcsum, iGbReg::Regs::rxdctl, rxDescCache, rxFifo, rxTick, iGbReg::Regs::srrctl, iGbReg::Regs::sts, iGbReg::Regs::sw_fw_sync, iGbReg::Regs::swsm, iGbReg::Regs::tadv, iGbReg::Regs::tctl, iGbReg::Regs::tdba, iGbReg::Regs::tdh, iGbReg::Regs::tdlen, iGbReg::Regs::tdt, iGbReg::Regs::tdwba, iGbReg::Regs::tidv, iGbReg::Regs::txdca_ctl, iGbReg::Regs::txdctl, txDescCache, txTick, X86ISA::val, iGbReg::VLAN_FILTER_TABLE_SIZE, and warn.
Write to the PCI config space data that is stored locally.
This may be overridden by the device but at some point it will eventually call this for normal operations that it does not need to override.
pkt | packet containing the write the offset into config space |
Reimplemented from PciDevice.
Definition at line 151 of file i8254xGBe.cc.
References PciDevice::configDelay, Packet::getAddr(), ArmISA::offset, panic, PCI_CONFIG_SIZE, PCI_DEVICE_SPECIFIC, and PciDevice::writeConfig().
|
friend |
Definition at line 399 of file i8254xGBe.hh.
|
friend |
Definition at line 511 of file i8254xGBe.hh.
|
private |
|
private |
Definition at line 67 of file i8254xGBe.hh.
Referenced by serialize(), unserialize(), and write().
|
private |
Definition at line 66 of file i8254xGBe.hh.
Referenced by IGbE(), serialize(), unserialize(), and write().
|
private |
Definition at line 66 of file i8254xGBe.hh.
Referenced by IGbE(), serialize(), unserialize(), and write().
|
private |
Definition at line 66 of file i8254xGBe.hh.
Referenced by IGbE(), serialize(), unserialize(), and write().
|
private |
Definition at line 67 of file i8254xGBe.hh.
Referenced by IGbE(), serialize(), unserialize(), and write().
|
private |
Definition at line 59 of file i8254xGBe.hh.
Referenced by getEthPort(), IGbE(), txWire(), and ~IGbE().
|
private |
Definition at line 89 of file i8254xGBe.hh.
|
private |
Definition at line 88 of file i8254xGBe.hh.
|
private |
Definition at line 68 of file i8254xGBe.hh.
Referenced by IGbE(), serialize(), unserialize(), and write().
|
private |
Definition at line 164 of file i8254xGBe.hh.
Referenced by chkInterrupt(), cpuPostInt(), postInterrupt(), serialize(), and unserialize().
Tick IGbE::lastInterrupt |
Definition at line 528 of file i8254xGBe.hh.
Referenced by cpuPostInt(), postInterrupt(), serialize(), and unserialize().
|
private |
|
private |
Definition at line 85 of file i8254xGBe.hh.
Referenced by rxStateMachine(), serialize(), and unserialize().
|
private |
Definition at line 112 of file i8254xGBe.hh.
Referenced by cpuPostInt(), serialize(), and unserialize().
|
private |
Definition at line 101 of file i8254xGBe.hh.
Referenced by cpuPostInt(), serialize(), and unserialize().
|
private |
Definition at line 63 of file i8254xGBe.hh.
Referenced by chkInterrupt(), cpuClearInt(), cpuPostInt(), IGbE::RxDescCache::descBase(), IGbE::TxDescCache::descBase(), IGbE::RxDescCache::descHead(), IGbE::TxDescCache::descHead(), IGbE::RxDescCache::descLen(), IGbE::TxDescCache::descLen(), IGbE::RxDescCache::descTail(), IGbE::TxDescCache::descTail(), ethRxPkt(), IGbE(), postInterrupt(), read(), rxStateMachine(), serialize(), txStateMachine(), unserialize(), IGbE::RxDescCache::updateHead(), IGbE::TxDescCache::updateHead(), and write().
|
private |
Definition at line 401 of file i8254xGBe.hh.
Referenced by checkDrain(), drain(), radvProcess(), rdtrProcess(), read(), rxStateMachine(), serialize(), unserialize(), and write().
|
private |
Definition at line 82 of file i8254xGBe.hh.
Referenced by rxStateMachine().
|
private |
Definition at line 71 of file i8254xGBe.hh.
Referenced by ethRxPkt(), IGbE(), rxStateMachine(), serialize(), unserialize(), and write().
|
private |
Definition at line 78 of file i8254xGBe.hh.
Referenced by checkDrain(), drain(), drainResume(), ethRxPkt(), IGbE::RxDescCache::fetchAfterWb(), restartClock(), rxStateMachine(), tick(), unserialize(), and write().
|
private |
Definition at line 90 of file i8254xGBe.hh.
|
private |
Definition at line 123 of file i8254xGBe.hh.
Referenced by cpuPostInt(), serialize(), and unserialize().
|
private |
Definition at line 138 of file i8254xGBe.hh.
Referenced by drain(), ethRxPkt(), restartClock(), and tick().
|
private |
Definition at line 133 of file i8254xGBe.hh.
Referenced by cpuPostInt(), serialize(), and unserialize().
|
private |
Definition at line 513 of file i8254xGBe.hh.
Referenced by checkDrain(), drain(), ethTxDone(), serialize(), tadvProcess(), tidvProcess(), txStateMachine(), unserialize(), and write().
|
private |
Definition at line 72 of file i8254xGBe.hh.
Referenced by IGbE(), serialize(), txStateMachine(), txWire(), and unserialize().
|
private |
Definition at line 80 of file i8254xGBe.hh.
Referenced by checkDrain(), drain(), drainResume(), ethTxDone(), restartClock(), tick(), txStateMachine(), txWire(), and unserialize().
|
private |
Definition at line 75 of file i8254xGBe.hh.
Referenced by serialize(), txStateMachine(), and unserialize().
|
private |
Definition at line 90 of file i8254xGBe.hh.
|
private |
Definition at line 79 of file i8254xGBe.hh.
Referenced by checkDrain(), drain(), drainResume(), ethRxPkt(), ethTxDone(), IGbE::TxDescCache::fetchAfterWb(), restartClock(), tick(), txStateMachine(), unserialize(), and write().
|
private |
Definition at line 89 of file i8254xGBe.hh.
|
private |
Definition at line 88 of file i8254xGBe.hh.