Home
last modified time | relevance | path

Searched refs:remote_uuid (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/thunderbolt/
Dtb_msgs.h213 uuid_t remote_uuid; member
225 uuid_t remote_uuid; member
268 uuid_t remote_uuid; member
279 uuid_t remote_uuid; member
373 uuid_t remote_uuid; member
385 uuid_t remote_uuid; member
421 uuid_t remote_uuid; member
434 uuid_t remote_uuid; member
461 uuid_t remote_uuid; member
474 uuid_t remote_uuid; member
Dxdomain.c1039 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid()
1046 if (!xd->remote_uuid) { in tb_xdomain_get_uuid()
1047 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
1048 if (!xd->remote_uuid) in tb_xdomain_get_uuid()
1073 xd->remote_uuid, xd->properties_retries, in tb_xdomain_get_properties()
1085 xd->remote_uuid); in tb_xdomain_get_properties()
1241 return sprintf(buf, "%pUb\n", xd->remote_uuid); in unique_id_show()
1303 kfree(xd->remote_uuid); in tb_xdomain_release()
1375 const uuid_t *remote_uuid) in tb_xdomain_alloc() argument
1405 if (remote_uuid) { in tb_xdomain_alloc()
[all …]
Dicm.c571 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths()
682 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument
689 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
924 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected()
984 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
1001 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected()
1145 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_approve_xdomain_paths()
1171 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_xdomain_tear_down()
1340 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected()
1376 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
Dtb.h1022 const uuid_t *remote_uuid);
/Linux-v5.15/drivers/net/
Dthunderbolt.c240 xd->remote_uuid, TBIP_LOGIN_RESPONSE, sizeof(reply), in tbnet_login_response()
257 xd->remote_uuid, TBIP_LOGIN, sizeof(request), in tbnet_login_request()
277 xd->remote_uuid, TBIP_STATUS, sizeof(reply), in tbnet_logout_response()
291 xd->remote_uuid, TBIP_LOGOUT, sizeof(request), in tbnet_logout_request()
412 if (!uuid_equal(&pkg->hdr.initiator_uuid, net->xd->remote_uuid)) in tbnet_handle_packet()
/Linux-v5.15/include/linux/
Dthunderbolt.h225 uuid_t *remote_uuid; member