Searched refs:remote_uuid (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/thunderbolt/ |
D | tb_msgs.h | 207 uuid_t remote_uuid; member 219 uuid_t remote_uuid; member 262 uuid_t remote_uuid; member 273 uuid_t remote_uuid; member 365 uuid_t remote_uuid; member 377 uuid_t remote_uuid; member 413 uuid_t remote_uuid; member 426 uuid_t remote_uuid; member 453 uuid_t remote_uuid; member 466 uuid_t remote_uuid; member
|
D | icm.c | 427 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths() 537 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument 544 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain() 752 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected() 810 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected() 827 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected() 961 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_approve_xdomain_paths() 987 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_xdomain_tear_down() 1120 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected() 1154 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
|
D | xdomain.c | 844 xd->remote_uuid, xd->properties_retries, in tb_xdomain_get_properties() 854 xd->remote_uuid); in tb_xdomain_get_properties() 998 return sprintf(buf, "%pUb\n", xd->remote_uuid); in unique_id_show() 1030 kfree(xd->remote_uuid); in tb_xdomain_release() 1102 const uuid_t *remote_uuid) in tb_xdomain_alloc() argument 1122 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc() 1123 if (!xd->remote_uuid) in tb_xdomain_alloc() 1295 if (uuid_equal(xd->remote_uuid, lookup->uuid)) in switch_find_xdomain()
|
D | tb.h | 475 const uuid_t *remote_uuid);
|
/Linux-v4.19/drivers/net/ |
D | thunderbolt.c | 242 xd->remote_uuid, TBIP_LOGIN_RESPONSE, sizeof(reply), in tbnet_login_response() 259 xd->remote_uuid, TBIP_LOGIN, sizeof(request), in tbnet_login_request() 279 xd->remote_uuid, TBIP_STATUS, sizeof(reply), in tbnet_logout_response() 293 xd->remote_uuid, TBIP_LOGOUT, sizeof(request), in tbnet_logout_request() 406 if (!uuid_equal(&pkg->hdr.initiator_uuid, net->xd->remote_uuid)) in tbnet_handle_packet()
|
/Linux-v4.19/include/linux/ |
D | thunderbolt.h | 216 uuid_t *remote_uuid; member
|