Searched refs:remote_uuid (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/thunderbolt/ |
| H A D | tb_msgs.h | 217 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
|
| H A D | xdomain.c | 1232 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() 1241 if (!xd->remote_uuid) in tb_xdomain_get_uuid() 1255 xd->remote_uuid); in tb_xdomain_get_link_status() 1404 xd->remote_uuid); in tb_xdomain_get_properties() 1874 kfree(xd->remote_uuid); in tb_xdomain_release() 1990 if (remote_uuid) { in tb_xdomain_alloc() 1991 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc() 1993 if (!xd->remote_uuid) in tb_xdomain_alloc() 2009 if (remote_uuid) in tb_xdomain_alloc() [all …]
|
| H A D | icm.c | 571 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()
|
| H A D | tb.h | 1238 const uuid_t *remote_uuid);
|
| /linux-6.15/drivers/net/thunderbolt/ |
| H A D | main.c | 248 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.15/include/linux/ |
| H A D | thunderbolt.h | 239 uuid_t *remote_uuid; member
|