Searched defs:rio_net (Results 1 – 1 of 1) sorted by relevance
307 struct rio_net { struct308 struct list_head node; /* node in list of networks */309 struct list_head devices; /* list of devices in this net */310 struct list_head switches; /* list of switches in this net */311 struct list_head mports; /* list of ports accessing net */312 struct rio_mport *hport; /* primary port for accessing net */313 unsigned char id; /* RIO network ID */314 struct rio_id_table destid_table; /* destID allocation table */