Searched refs:remote_uuid (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | tb_msgs.h | 213 uuid_t remote_uuid; member 225 uuid_t remote_uuid; member 268 uuid_t remote_uuid; member 279 uuid_t remote_uuid; member 373 uuid_t remote_uuid; member 385 uuid_t remote_uuid; member 421 uuid_t remote_uuid; member 434 uuid_t remote_uuid; member 461 uuid_t remote_uuid; member 474 uuid_t remote_uuid; member
|
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() 1212 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); 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() 1363 xd->remote_uuid, xd->state_retries, in tb_xdomain_get_properties() 1374 xd->remote_uuid); in tb_xdomain_get_properties() 1489 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding() 1728 return sysfs_emit(buf, "%pUb\n", xd->remote_uuid); in unique_id_show() 1790 kfree(xd->remote_uuid); in tb_xdomain_release() [all …]
|
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()
|
D | tb.h | 1142 const uuid_t *remote_uuid);
|
/linux-6.1.9/drivers/net/ |
D | thunderbolt.c | 246 xd->remote_uuid, TBIP_LOGIN_RESPONSE, sizeof(reply), in tbnet_login_response() 263 xd->remote_uuid, TBIP_LOGIN, sizeof(request), in tbnet_login_request() 283 xd->remote_uuid, TBIP_STATUS, sizeof(reply), in tbnet_logout_response() 297 xd->remote_uuid, TBIP_LOGOUT, sizeof(request), in tbnet_logout_request() 418 if (!uuid_equal(&pkg->hdr.initiator_uuid, net->xd->remote_uuid)) in tbnet_handle_packet()
|
/linux-6.1.9/include/linux/ |
D | thunderbolt.h | 226 uuid_t *remote_uuid; member
|