1RIO_ROUTE_GET_ENTRY(9) Internals RIO_ROUTE_GET_ENTRY(9)
2
3
4
6 rio_route_get_entry - Read a route entry in a switch routing table
7
9 int rio_route_get_entry(struct rio_mport * mport,
10 struct rio_switch * rswitch, u16 table,
11 u16 route_destid, u8 * route_port, int lock);
12
14 mport
15 Master port to send transaction
16
17 rswitch
18 Switch device
19
20 table
21 Routing table ID
22
23 route_destid
24 Destination ID to be routed
25
26 route_port
27 Pointer to read port number into
28
29 lock
30 lock switch device flag
31
33 Calls the switch specific get_entry method to read a route entry in a
34 switch. The route table can be specified using the table argument if a
35 switch has per port routing tables or the normal use is to specific all
36 tables (or the global table) by passing RIO_GLOBAL_TABLE in table.
37 Returns 0 on success or -EINVAL on failure.
38
40 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
41 Author.
42
44Kernel Hackers Manual 2.6. November 2011 RIO_ROUTE_GET_ENTRY(9)