struct rio_net — RIO network info
struct rio_net {
struct list_head node;
struct list_head devices;
struct list_head switches;
struct list_head mports;
struct rio_mport * hport;
unsigned char id;
struct device dev;
void * enum_data;
void (* release) (struct rio_net *net);
}; struct list_head nodeNode in global list of RIO networks
struct list_head devicesList of devices in this network
struct list_head switchesList of switches in this network
struct list_head mportsList of master ports accessing this network
struct rio_mport * hportDefault port for accessing this network
unsigned char idRIO network ID
struct device devDevice object
void * enum_dataprivate data specific to a network enumerator
void (*)(struct rio_net *net) releaseenumerator-specific release callback