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);
10
12 port
13 Master port associated with the RIO network
14
16 Allocates a RIO network structure, initializes per-network list heads,
17 and adds the associated master port to the network list of associated
18 master ports. Returns a RIO network pointer on success or NULL on
19 failure.
20
22 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
23 Author.
24
26Kernel Hackers Manual 2.6. June 2019 RIO_ALLOC_NET(9)