1. NAME

struct_rio_net - RIO network info

2. SYNOPSIS



 
Sélectionnez
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 rio_id_table destid_table;
};

3. MEMBERS

node
    Node in global list of RIO networks

devices
    List of devices in this network

switches
    List of switches in this netowrk

mports
    List of master ports accessing this network

hport
    Default port for accessing this network

id
    RIO network ID

destid_table
    destID allocation table

4. AUTHOR

Matt Porter <>, <>
    Author.

5. COPYRIGHT