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