1RIO_CHK_DEV_ROUTE(9) Internals RIO_CHK_DEV_ROUTE(9)
2
3
4
6 rio_chk_dev_route - Validate route to the specified device.
7
9 int rio_chk_dev_route(struct rio_dev * rdev, struct rio_dev ** nrdev,
10 int * npnum);
11
13 rdev
14 RIO device failed to respond
15
16 nrdev
17 Last active device on the route to rdev
18
19 npnum
20 nrdev's port number on the route to rdev
21
23 Follows a route to the specified RIO device to determine the last
24 available device (and corresponding RIO port) on the route.
25
27 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 RIO_CHK_DEV_ROUTE(9)