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 mports;
13         struct rio_mport * hport;
14         unsigned char id;
15       };
16

MEMBERS

18       node
19           Node in global list of RIO networks
20
21       devices
22           List of devices in this network
23
24       mports
25           List of master ports accessing this network
26
27       hport
28           Default port for accessing this network
29
30       id
31           RIO network ID
32

AUTHOR

34       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
35           Author.
36
38Kernel Hackers Manual 2.6.         June 2019                 STRUCT RIO_NET(9)
Impressum