Home
last modified time | relevance | path

Searched refs:get_route (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dicm.c69 * @get_route: Find a route string for given switch
92 int (*get_route)(struct tb *tb, u8 link, u8 depth, u64 *route); member
185 static inline u64 get_route(u32 route_hi, u32 route_lo) in get_route() function
426 *route = get_route(sw->route_hi, sw->route_lo); in icm_fr_get_route()
757 ret = icm->get_route(tb, link, depth, &route); in icm_fr_device_connected()
816 ret = icm->get_route(tb, link, depth, &route); in icm_fr_device_connected()
896 route = get_route(pkg->local_route_hi, pkg->local_route_lo); in icm_fr_xdomain_connected()
1188 route = get_route(pkg->route_hi, pkg->route_lo); in __icm_tr_device_connected()
1276 route = get_route(pkg->route_hi, pkg->route_lo); in icm_tr_device_disconnected()
1300 route = get_route(pk in icm_tr_xdomain_connected()
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dicm.c83 * @get_route: Find a route string for given switch
108 int (*get_route)(struct tb *tb, u8 link, u8 depth, u64 *route); member
201 static inline u64 get_route(u32 route_hi, u32 route_lo) in get_route() function
442 *route = get_route(sw->route_hi, sw->route_lo); in icm_fr_get_route()
774 ret = icm->get_route(tb, link, depth, &route); in icm_fr_device_connected()
833 ret = icm->get_route(tb, link, depth, &route); in icm_fr_device_connected()
920 route = get_route(pkg->local_route_hi, pkg->local_route_lo); in icm_fr_xdomain_connected()
1219 route = get_route(pkg->route_hi, pkg->route_lo); in __icm_tr_device_connected()
1307 route = get_route(pkg->route_hi, pkg->route_lo); in icm_tr_device_disconnected()
1336 route = get_route(pk in icm_tr_xdomain_connected()
[all...]

Completed in 6 milliseconds