Go to the documentation of this file.
29 #ifndef __DEV_NET_SINIC_HH__
30 #define __DEV_NET_SINIC_HH__
42 #include "params/Sinic.hh"
263 void devIntrClear(uint32_t interrupts = registers::Intr_All);
331 #endif // __DEV_NET_SINIC_HH__
This is a simple scalar statistic, like a counter.
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
Dummy class to keep the Python class hierarchy in sync with the C++ object hierarchy.
struct gem5::sinic::Device::@309 regs
device register file
EventFunctionWrapper txEvent
void unserialize(CheckpointIn &cp) override
Unserialize an object.
void cpuIntrPost(Tick when)
PARAMS(Sinic)
Construction/Destruction/Parameters.
bool recvPacket(EthPacketPtr packet)
device ethernet interface
void changeConfig(uint32_t newconfig)
device configuration
void serialize(CheckpointOut &cp) const override
Serialization stuff.
DeviceStats(statistics::Group *parent)
virtual bool recvPacket(EthPacketPtr pkt)
const std::string & name() const
Return port name (for DPRINTF).
void resetStats() override
Callback to reset stats.
EventFunctionWrapper txDmaEvent
std::vector< VirtualReg > VirtualRegs
const PortID InvalidPortID
void devIntrClear(uint32_t interrupts=registers::Intr_All)
Interface(const std::string &name, Device *d)
statistics::Scalar numVnicDistance
uint32_t & regData32(Addr daddr)
bool rxFilter(const EthPacketPtr &packet)
receive address filter
bool cpuIntrPending() const
PacketFifo::iterator rxIndex
void prepareIO(ContextID cpu, int index)
TxState
Transmit State Machine states.
virtual void drainResume() override
Resume execution after a successful drain.
std::shared_ptr< EthPacketData > EthPacketPtr
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
RxState
Receive State Machine States.
gem5::sinic::Device::DeviceStats sinicDeviceStats
uint64_t Tick
Tick count type.
statistics::Scalar maxVnicDistance
std::list< unsigned > VirtualList
void rxDmaDone()
DMA parameters.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void devIntrPost(uint32_t interrupts)
Interrupt management.
Tick write(PacketPtr pkt) override
IPR read of device register.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
fifo_list::iterator iterator
uint8_t & regData8(Addr daddr)
void devIntrChangeMask(uint32_t newmask)
uint64_t & regData64(Addr daddr)
Ports are used to interface objects to each other.
Tick read(PacketPtr pkt) override
Memory Interface.
int ContextID
Globally unique thread context ID.
void prepareRead(ContextID cpu, int index)
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
double Counter
All counters are of 64-bit values.
PacketFifo::iterator rxFifoPtr
void prepareWrite(ContextID cpu, int index)
std::ostream CheckpointOut
void serialize(CheckpointOut &cp) const override
Serialization stuff.
EventFunctionWrapper * intrEvent
statistics::Scalar totalVnicDistance
EtherDevBaseParams Params
void transmit()
Retransmit event.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void command(uint32_t command)
EventFunctionWrapper rxDmaEvent
statistics::Formula avgVnicDistance
Generated on Thu Jun 16 2022 10:41:52 for gem5 by doxygen 1.8.17