Ethernet Module object.
Data Fields | |
const char * | name |
uint64_t | physAddr |
void * | virtAddr |
uint64_t | physAddr2 |
void * | virtAddr2 |
uint32_t | features |
uint32_t | errata |
Enet_Magic | magic |
EnetMod_Open | open |
EnetMod_Rejoin | rejoin |
EnetMod_Ioctl | ioctl |
EnetMod_Close | close |
EnetMod_SaveCtxt | saveCtxt |
EnetMod_RestoreCtxt | restoreCtxt |
const char* EnetMod_Obj::name |
Module name
uint64_t EnetMod_Obj::physAddr |
Module's physical address
void* EnetMod_Obj::virtAddr |
Module's virtual address
uint64_t EnetMod_Obj::physAddr2 |
Module's second physical address, if needed
void* EnetMod_Obj::virtAddr2 |
Module's second virtual address, if needed
uint32_t EnetMod_Obj::features |
Module features
uint32_t EnetMod_Obj::errata |
Module's applicable errata
Enet_Magic EnetMod_Obj::magic |
Magic number indicating if the module has been opened
EnetMod_Open EnetMod_Obj::open |
Pointer to the EnetMod open function
EnetMod_Rejoin EnetMod_Obj::rejoin |
Pointer to the EnetMod rejoin function
EnetMod_Ioctl EnetMod_Obj::ioctl |
Pointer to the EnetMod ioctl function
EnetMod_Close EnetMod_Obj::close |
Pointer to the EnetMod close function
EnetMod_SaveCtxt EnetMod_Obj::saveCtxt |
Pointer to the EnetMod saveCtxt function
EnetMod_RestoreCtxt EnetMod_Obj::restoreCtxt |
Pointer to the EnetMod restoreCtxt function