other versions
- stretch 4.9.168-1
RIO_ROUTE_ADD_ENTRY(9) | RapidIO driver interface | RIO_ROUTE_ADD_ENTRY(9) |
NAME¶
rio_route_add_entry - Add a route entry to a switch routing tableSYNOPSIS¶
int rio_route_add_entry(struct rio_dev * rdev, u16 table, u16 route_destid, u8 route_port, int lock);
ARGUMENTS¶
rdevRIO device
table
Routing table ID
route_destid
Destination ID to be routed
route_port
Port number to be routed
lock
apply a hardware lock on switch device flag (1=lock,
0=no_lock)
DESCRIPTION¶
If available calls the switch specific add_entry method to add a route entry into a switch routing table. Otherwise uses standard RT update method as defined by RapidIO specification. A specific routing table can be selected using the table argument if a switch has per port routing tables or the standard (or global) table may be used by passing RIO_GLOBAL_TABLE in table.Returns 0 on success or -EINVAL on failure.
AUTHOR¶
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |