Searched refs:remote_uuid (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tb_msgs.h | 216 uuid_t remote_uuid; member 228 uuid_t remote_uuid; member 271 uuid_t remote_uuid; member 282 uuid_t remote_uuid; member 376 uuid_t remote_uuid; member 388 uuid_t remote_uuid; member 424 uuid_t remote_uuid; member 437 uuid_t remote_uuid; member 464 uuid_t remote_uuid; member 477 uuid_t remote_uuid; member
|
A D | xdomain.c | 1204 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid() 1211 if (!xd->remote_uuid) { in tb_xdomain_get_uuid() 1213 if (!xd->remote_uuid) in tb_xdomain_get_uuid() 1227 xd->remote_uuid); in tb_xdomain_get_link_status() 1374 xd->remote_uuid); in tb_xdomain_get_properties() 1790 kfree(xd->remote_uuid); in tb_xdomain_release() 1877 if (remote_uuid) { in tb_xdomain_alloc() 1878 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc() 1880 if (!xd->remote_uuid) in tb_xdomain_alloc() 1895 if (remote_uuid) in tb_xdomain_alloc() [all …]
|
A D | icm.c | 571 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()
|
A D | tb.h | 1164 const uuid_t *remote_uuid);
|
/linux-6.3-rc2/drivers/net/thunderbolt/ |
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.3-rc2/include/linux/ |
A D | thunderbolt.h | 226 uuid_t *remote_uuid; member
|
Completed in 31 milliseconds