gem5 v24.0.0.0
|
Device module for modelling the National Semiconductor DP83820 ethernet controller. More...
#include "dev/net/ns_gige.hh"
#include <deque>
#include <memory>
#include <string>
#include "base/debug.hh"
#include "base/inet.hh"
#include "base/types.hh"
#include "debug/EthernetAll.hh"
#include "dev/net/etherlink.hh"
#include "mem/packet.hh"
#include "mem/packet_access.hh"
#include "params/NSGigE.hh"
#include "sim/system.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Variables | |
const char * | gem5::NsRxStateStrings [] |
const char * | gem5::NsTxStateStrings [] |
const char * | gem5::NsDmaState [] |
Device module for modelling the National Semiconductor DP83820 ethernet controller.
Does not support priority queueing
Definition in file ns_gige.cc.