1RIO_DISC_PEER(9) Internals RIO_DISC_PEER(9)
2
3
4
6 rio_disc_peer - Recursively discovers a RIO network through a master
7 port
8
10 int rio_disc_peer(struct rio_net * net, struct rio_mport * port,
11 u16 destid, u8 hopcount);
12
14 net
15 RIO network being discovered
16
17 port
18 Master port to send transactions
19
20 destid
21 Current destination ID in network
22
23 hopcount
24 Number of hops into the network
25
27 Recursively discovers a RIO network. Transactions are sent via the
28 master port passed in port.
29
31 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 RIO_DISC_PEER(9)