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);
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
24 Recursively enumerates a RIO network. Transactions are sent via the
25 master port passed in port.
26
28 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
29 Author.
30
32Kernel Hackers Manual 2.6. June 2019 RIO_ENUM_PEER(9)