struct rio_net — RIO network info
struct rio_net { struct list_head node; struct list_head devices; struct list_head mports; struct rio_mport * hport; unsigned char id; };
Node in global list of RIO networks
List of devices in this network
List of master ports accessing this network
Default port for accessing this network
RIO network ID