Searched refs:local_uuid (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | xdomain.c | 427 if (!uuid_equal(xd->local_uuid, &req->dst_uuid)) { in tb_xdp_properties_response() 455 uuid_copy(&res->src_uuid, xd->local_uuid); in tb_xdp_properties_response() 1221 if (uuid_equal(&uuid, xd->local_uuid)) { in tb_xdomain_get_uuid() 1397 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid, in tb_xdomain_get_properties() 1527 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding() 1697 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed() 1877 kfree(xd->local_uuid); in tb_xdomain_release() 1966 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc() argument 1992 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc() 1993 if (!xd->local_uuid) in tb_xdomain_alloc() [all …]
|
| H A D | tb_msgs.h | 219 uuid_t local_uuid; member 379 uuid_t local_uuid; member
|
| H A D | icm.c | 705 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument 712 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain() 1007 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected() 1405 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
|