Lines Matching refs:local_uuid
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()
1189 if (uuid_equal(&uuid, xd->local_uuid)) { in tb_xdomain_get_uuid()
1362 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid, in tb_xdomain_get_properties()
1489 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding()
1650 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed()
1789 kfree(xd->local_uuid); in tb_xdomain_release()
1847 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc() argument
1873 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1874 if (!xd->local_uuid) in tb_xdomain_alloc()
1894 dev_dbg(&xd->dev, "local UUID %pUb\n", local_uuid); in tb_xdomain_alloc()
1909 kfree(xd->local_uuid); in tb_xdomain_alloc()