gem5  v22.1.0.0
Namespaces | Macros
i8254xGBe.cc File Reference
#include "dev/net/i8254xGBe.hh"
#include <algorithm>
#include <memory>
#include "base/inet.hh"
#include "base/trace.hh"
#include "debug/Drain.hh"
#include "debug/EthernetAll.hh"
#include "mem/packet.hh"
#include "mem/packet_access.hh"
#include "params/IGbE.hh"
#include "sim/stats.hh"
#include "sim/system.hh"

Go to the source code of this file.

Namespaces

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

Macros

#define IN_RANGE(val, base, len)   (val >= base && val < (base + len))
 

Macro Definition Documentation

◆ IN_RANGE

#define IN_RANGE (   val,
  base,
  len 
)    (val >= base && val < (base + len))

Definition at line 167 of file i8254xGBe.cc.


Generated on Wed Dec 21 2022 10:22:56 for gem5 by doxygen 1.9.1