gem5
|
#include <ns_gige.hh>
Public Attributes | |
uint8_t | perfectMatch [ETH_ADDR_LEN] |
for perfect match memory. More... | |
uint8_t | filterHash [FHASH_SIZE] |
for hash table memory. More... | |
Definition at line 101 of file ns_gige.hh.
uint8_t dp_rom::filterHash[FHASH_SIZE] |
for hash table memory.
used by the freebsd driver
Definition at line 112 of file ns_gige.hh.
Referenced by NSGigE::read(), NSGigE::serialize(), NSGigE::unserialize(), and NSGigE::write().
uint8_t dp_rom::perfectMatch[ETH_ADDR_LEN] |
for perfect match memory.
the linux driver doesn't use any other ROM
Definition at line 106 of file ns_gige.hh.
Referenced by NSGigE::eepromKick(), NSGigE::NSGigE(), NSGigE::read(), NSGigE::rxFilter(), NSGigE::serialize(), NSGigE::unserialize(), and NSGigE::write().