1RIO_DESTID_ALLOC(9) Internals RIO_DESTID_ALLOC(9)
2
3
4
6 rio_destid_alloc - Allocate next available destID for given network
7
9 u16 rio_destid_alloc(struct rio_net * net);
10
12 net
13 RIO network
14
16 Returns next available device destination ID for the specified RIO
17 network. Marks allocated ID as one in use. Returns RIO_INVALID_DESTID
18 if new destID is not available.
19
21 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
22 Author.
23
25Kernel Hackers Manual 3.10 June 2019 RIO_DESTID_ALLOC(9)