rio_route_add_entry — Add a route entry to a switch routing table
int rio_route_add_entry ( | struct rio_dev * rdev, |
| u16 table, | |
| u16 route_destid, | |
| u8 route_port, | |
int lock); |
rdevRIO device
tableRouting table ID
route_destidDestination ID to be routed
route_portPort number to be routed
locklock switch device flag
Calls the switch specific add_entry method to add a route entry
on a switch. The route table can be specified using the table
argument if a switch has per port routing tables or the normal
use is to specific all tables (or the global table) by passing
RIO_GLOBAL_TABLE in table. Returns 0 on success or -EINVAL
on failure.