1RIO_ENUM_PEER(9) Internals RIO_ENUM_PEER(9)
2
3
4
6 rio_enum_peer - Recursively enumerate a RIO network through a master
7 port
8
10 int rio_enum_peer(struct rio_net * net, struct rio_mport * port,
11 u8 hopcount, struct rio_dev * prev, int prev_port);
12
14 net
15 RIO network being enumerated
16
17 port
18 Master port to send transactions
19
20 hopcount
21 Number of hops into the network
22
23 prev
24 Previous RIO device connected to the enumerated one
25
26 prev_port
27 Port on previous RIO device
28
30 Recursively enumerates a RIO network. Transactions are sent via the
31 master port passed in port.
32
34 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
35 Author.
36
38Kernel Hackers Manual 3.10 June 2019 RIO_ENUM_PEER(9)