1RIO_ALLOC_NET(9) Internals RIO_ALLOC_NET(9)
2
3
4
6 rio_alloc_net - Allocate and configure a new RIO network
7
9 struct rio_net * rio_alloc_net(struct rio_mport * port, int do_enum,
10 u16 start);
11
13 port
14 Master port associated with the RIO network
15
16 do_enum
17 Enumeration/Discovery mode flag
18
19 start
20 logical minimal start id for new net
21
23 Allocates a RIO network structure, initializes per-network list heads,
24 and adds the associated master port to the network list of associated
25 master ports. Returns a RIO network pointer on success or NULL on
26 failure.
27
29 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
30 Author.
31
33Kernel Hackers Manual 3.10 June 2019 RIO_ALLOC_NET(9)