gem5  v20.1.0.0
Classes | Variables
ns_gige.hh File Reference
#include "base/inet.hh"
#include "dev/io_device.hh"
#include "dev/net/etherdevice.hh"
#include "dev/net/etherint.hh"
#include "dev/net/etherpkt.hh"
#include "dev/net/ns_gige_reg.h"
#include "dev/net/pktfifo.hh"
#include "params/NSGigE.hh"
#include "sim/eventq.hh"

Go to the source code of this file.

Classes

struct  dp_regs
 Ethernet device registers. More...
 
struct  dp_rom
 
class  NSGigE
 NS DP83820 Ethernet device model. More...
 
class  NSGigEInt
 

Variables

const uint16_t FHASH_ADDR = 0x100
 
const uint16_t FHASH_SIZE = 0x100
 
const uint8_t EEPROM_READ = 0x2
 
const uint8_t EEPROM_SIZE = 64
 
const uint8_t EEPROM_PMATCH2_ADDR = 0xA
 
const uint8_t EEPROM_PMATCH1_ADDR = 0xB
 
const uint8_t EEPROM_PMATCH0_ADDR = 0xC
 

Detailed Description

Device module for modelling the National Semiconductor DP83820 ethernet controller

Definition in file ns_gige.hh.

Variable Documentation

◆ EEPROM_PMATCH0_ADDR

const uint8_t EEPROM_PMATCH0_ADDR = 0xC

Definition at line 56 of file ns_gige.hh.

Referenced by NSGigE::eepromKick().

◆ EEPROM_PMATCH1_ADDR

const uint8_t EEPROM_PMATCH1_ADDR = 0xB

Definition at line 55 of file ns_gige.hh.

Referenced by NSGigE::eepromKick().

◆ EEPROM_PMATCH2_ADDR

const uint8_t EEPROM_PMATCH2_ADDR = 0xA

Definition at line 54 of file ns_gige.hh.

Referenced by NSGigE::eepromKick().

◆ EEPROM_READ

const uint8_t EEPROM_READ = 0x2

Definition at line 52 of file ns_gige.hh.

Referenced by NSGigE::eepromKick().

◆ EEPROM_SIZE

const uint8_t EEPROM_SIZE = 64

Definition at line 53 of file ns_gige.hh.

Referenced by NSGigE::eepromKick(), and IGbE::write().

◆ FHASH_ADDR

const uint16_t FHASH_ADDR = 0x100

Definition at line 48 of file ns_gige.hh.

Referenced by NSGigE::read(), and NSGigE::write().

◆ FHASH_SIZE

const uint16_t FHASH_SIZE = 0x100

Definition at line 49 of file ns_gige.hh.

Referenced by NSGigE::read(), NSGigE::serialize(), NSGigE::unserialize(), and NSGigE::write().


Generated on Wed Sep 30 2020 14:02:18 for gem5 by doxygen 1.8.17