Lines Matching refs:route_lo
184 static inline u64 get_route(u32 route_hi, u32 route_lo) in get_route() argument
186 return (u64)route_hi << 32 | route_lo; in get_route()
426 *route = get_route(sw->route_hi, sw->route_lo); in icm_fr_get_route()
638 sw->config.route_lo = lower_32_bits(route); in update_switch()
1023 request.route_lo = sw->config.route_lo; in icm_tr_approve_switch()
1050 request.route_lo = sw->config.route_lo; in icm_tr_add_switch_key()
1079 request.route_lo = sw->config.route_lo; in icm_tr_challenge_switch_key()
1109 request.route_lo = lower_32_bits(xd->route); in icm_tr_approve_xdomain_paths()
1139 request.route_lo = lower_32_bits(xd->route); in icm_tr_xdomain_tear_down()
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()
1350 route = get_route(pkg->route_hi, pkg->route_lo); in icm_tr_xdomain_disconnected()
1496 *route = get_route(reply.route_hi, reply.route_lo); in icm_ar_get_route()