Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dtb_msgs.h217 uuid_t remote_uuid; member
229 uuid_t remote_uuid; member
272 uuid_t remote_uuid; member
283 uuid_t remote_uuid; member
377 uuid_t remote_uuid; member
389 uuid_t remote_uuid; member
425 uuid_t remote_uuid; member
438 uuid_t remote_uuid; member
465 uuid_t remote_uuid; member
478 uuid_t remote_uuid; member
Dxdomain.c1232 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid()
1239 if (!xd->remote_uuid) { in tb_xdomain_get_uuid()
1240 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
1241 if (!xd->remote_uuid) in tb_xdomain_get_uuid()
1255 xd->remote_uuid); in tb_xdomain_get_link_status()
1394 xd->remote_uuid, xd->state_retries, in tb_xdomain_get_properties()
1404 xd->remote_uuid); in tb_xdomain_get_properties()
1523 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding()
1771 return sysfs_emit(buf, "%pUb\n", xd->remote_uuid); in unique_id_show()
1874 kfree(xd->remote_uuid); in tb_xdomain_release()
[all …]
Dicm.c571 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths()
680 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument
687 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
922 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected()
982 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
999 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected()
1143 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_approve_xdomain_paths()
1169 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_xdomain_tear_down()
1338 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected()
1374 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
Dtb.h1233 const uuid_t *remote_uuid);
/linux-6.12.1/drivers/net/thunderbolt/
Dmain.c248 xd->remote_uuid, TBIP_LOGIN_RESPONSE, sizeof(reply), in tbnet_login_response()
265 xd->remote_uuid, TBIP_LOGIN, sizeof(request), in tbnet_login_request()
285 xd->remote_uuid, TBIP_STATUS, sizeof(reply), in tbnet_logout_response()
299 xd->remote_uuid, TBIP_LOGOUT, sizeof(request), in tbnet_logout_request()
430 if (!uuid_equal(&pkg->hdr.initiator_uuid, net->xd->remote_uuid)) in tbnet_handle_packet()
/linux-6.12.1/include/linux/
Dthunderbolt.h239 uuid_t *remote_uuid; member