Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtb_msgs.h205 uuid_t remote_uuid; member
217 uuid_t remote_uuid; member
260 uuid_t remote_uuid; member
271 uuid_t remote_uuid; member
363 uuid_t remote_uuid; member
375 uuid_t remote_uuid; member
411 uuid_t remote_uuid; member
424 uuid_t remote_uuid; member
451 uuid_t remote_uuid; member
464 uuid_t remote_uuid; member
Dxdomain.c923 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid()
930 if (!xd->remote_uuid) { in tb_xdomain_get_uuid()
931 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
932 if (!xd->remote_uuid) in tb_xdomain_get_uuid()
955 xd->remote_uuid, xd->properties_retries, in tb_xdomain_get_properties()
965 xd->remote_uuid); in tb_xdomain_get_properties()
1109 return sprintf(buf, "%pUb\n", xd->remote_uuid); in unique_id_show()
1141 kfree(xd->remote_uuid); in tb_xdomain_release()
1221 const uuid_t *remote_uuid) in tb_xdomain_alloc() argument
1242 if (remote_uuid) { in tb_xdomain_alloc()
[all …]
Dicm.c529 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths()
654 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument
661 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
871 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected()
931 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
948 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected()
1087 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_approve_xdomain_paths()
1113 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_xdomain_tear_down()
1257 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected()
1293 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
Dtb.h660 const uuid_t *remote_uuid);
/Linux-v5.4/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.4/include/linux/
Dthunderbolt.h218 uuid_t *remote_uuid; member