1RIO_STD_ROUTE_GET_EN(9)            Internals           RIO_STD_ROUTE_GET_EN(9)
2
3
4

NAME

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

SYNOPSIS

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

ARGUMENTS

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

AUTHOR

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)
Impressum