1RIO_ROUTE_SET_OPS(9) Internals RIO_ROUTE_SET_OPS(9)
2
3
4
6 rio_route_set_ops - Sets routing operations for a particular vendor
7 switch
8
10 void rio_route_set_ops(struct rio_dev * rdev);
11
13 rdev
14 RIO device
15
17 Searches the RIO route ops table for known switch types. If the vid and
18 did match a switch table entry, then set the add_entry and get_entry
19 ops to the table entry values.
20
22 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
23 Author.
24
26Kernel Hackers Manual 2.6. June 2019 RIO_ROUTE_SET_OPS(9)