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); };
Node in global list of RIO networks
List of devices in this network
List of switches in this network
List of master ports accessing this network
Default port for accessing this network
RIO network ID
Device object
private data specific to a network enumerator
enumerator-specific release callback