Lines Matching refs:route_hi
201 static inline u64 get_route(u32 route_hi, u32 route_lo) in get_route() argument
203 return (u64)route_hi << 32 | route_lo; in get_route()
442 *route = get_route(sw->route_hi, sw->route_lo); in icm_fr_get_route()
658 sw->config.route_hi = upper_32_bits(route); in update_switch()
1051 request.route_hi = sw->config.route_hi; in icm_tr_approve_switch()
1078 request.route_hi = sw->config.route_hi; in icm_tr_add_switch_key()
1107 request.route_hi = sw->config.route_hi; in icm_tr_challenge_switch_key()
1137 request.route_hi = upper_32_bits(xd->route); in icm_tr_approve_xdomain_paths()
1167 request.route_hi = upper_32_bits(xd->route); in icm_tr_xdomain_tear_down()
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()
1386 route = get_route(pkg->route_hi, pkg->route_lo); in icm_tr_xdomain_disconnected()
1532 *route = get_route(reply.route_hi, reply.route_lo); in icm_ar_get_route()
2198 get_route(auth->reply.route_hi, auth->reply.route_lo), in icm_usb4_switch_nvm_auth_complete()
2221 auth->request.route_hi = upper_32_bits(route); in icm_usb4_switch_nvm_authenticate()
2285 request.route_hi = upper_32_bits(route); in icm_usb4_switch_op()
2334 if (auth && auth->reply.route_hi == sw->config.route_hi && in icm_usb4_switch_nvm_authenticate_status()