1STRUCT RIO_NET(9)                  Internals                 STRUCT RIO_NET(9)
2
3
4

NAME

6       struct_rio_net - RIO network info
7

SYNOPSIS

9       struct rio_net {
10         struct list_head node;
11         struct list_head devices;
12         struct list_head switches;
13         struct list_head mports;
14         struct rio_mport * hport;
15         unsigned char id;
16         struct rio_id_table destid_table;
17       };
18

MEMBERS

20       node
21           Node in global list of RIO networks
22
23       devices
24           List of devices in this network
25
26       switches
27           List of switches in this netowrk
28
29       mports
30           List of master ports accessing this network
31
32       hport
33           Default port for accessing this network
34
35       id
36           RIO network ID
37
38       destid_table
39           destID allocation table
40

AUTHOR

42       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
43           Author.
44
46Kernel Hackers Manual 3.10         June 2019                 STRUCT RIO_NET(9)
Impressum