Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dtb_msgs.h212 uuid_t remote_uuid; member
224 uuid_t remote_uuid; member
267 uuid_t remote_uuid; member
278 uuid_t remote_uuid; member
370 uuid_t remote_uuid; member
382 uuid_t remote_uuid; member
418 uuid_t remote_uuid; member
431 uuid_t remote_uuid; member
458 uuid_t remote_uuid; member
471 uuid_t remote_uuid; member
Dxdomain.c975 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid()
982 if (!xd->remote_uuid) { in tb_xdomain_get_uuid()
983 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
984 if (!xd->remote_uuid) in tb_xdomain_get_uuid()
1007 xd->remote_uuid, xd->properties_retries, in tb_xdomain_get_properties()
1017 xd->remote_uuid); in tb_xdomain_get_properties()
1161 return sprintf(buf, "%pUb\n", xd->remote_uuid); in unique_id_show()
1193 kfree(xd->remote_uuid); in tb_xdomain_release()
1273 const uuid_t *remote_uuid) in tb_xdomain_alloc() argument
1300 if (remote_uuid) { in tb_xdomain_alloc()
[all …]
Dicm.c553 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths()
662 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument
669 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
898 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected()
958 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
975 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected()
1114 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_approve_xdomain_paths()
1140 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_xdomain_tear_down()
1302 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected()
1338 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
Dtb.h939 const uuid_t *remote_uuid);
/Linux-v5.10/drivers/net/
Dthunderbolt.c239 xd->remote_uuid, TBIP_LOGIN_RESPONSE, sizeof(reply), in tbnet_login_response()
256 xd->remote_uuid, TBIP_LOGIN, sizeof(request), in tbnet_login_request()
276 xd->remote_uuid, TBIP_STATUS, sizeof(reply), in tbnet_logout_response()
290 xd->remote_uuid, TBIP_LOGOUT, sizeof(request), in tbnet_logout_request()
403 if (!uuid_equal(&pkg->hdr.initiator_uuid, net->xd->remote_uuid)) in tbnet_handle_packet()
/Linux-v5.10/include/linux/
Dthunderbolt.h218 uuid_t *remote_uuid; member