1RIO_STD_ROUTE_GET_EN(9) Internals RIO_STD_ROUTE_GET_EN(9)
2
3
4
6 rio_std_route_get_entry - Read switch route table entry (port number)
7 associated with specified destID using standard registers defined in
8 RIO specification rev.1.3
9
11 int rio_std_route_get_entry(struct rio_mport * mport, u16 destid,
12 u8 hopcount, u16 table, u16 route_destid,
13 u8 * route_port);
14
16 mport
17 Master port to issue transaction
18
19 destid
20 Destination ID of the device
21
22 hopcount
23 Number of switch hops to the device
24
25 table
26 routing table ID (global or port-specific)
27
28 route_destid
29 destID entry in the RT
30
31 route_port
32 returned destination port for specified destID
33
35 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
36 Author.
37
39Kernel Hackers Manual 3.10 June 2019 RIO_STD_ROUTE_GET_EN(9)