Lines Matching refs:remote_uuid
975 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid()
982 if (!xd->remote_uuid) { in tb_xdomain_get_uuid()
983 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
984 if (!xd->remote_uuid) in tb_xdomain_get_uuid()
1007 xd->remote_uuid, xd->properties_retries, in tb_xdomain_get_properties()
1017 xd->remote_uuid); in tb_xdomain_get_properties()
1161 return sprintf(buf, "%pUb\n", xd->remote_uuid); in unique_id_show()
1193 kfree(xd->remote_uuid); in tb_xdomain_release()
1273 const uuid_t *remote_uuid) in tb_xdomain_alloc() argument
1300 if (remote_uuid) { in tb_xdomain_alloc()
1301 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc()
1303 if (!xd->remote_uuid) in tb_xdomain_alloc()
1474 if (xd->remote_uuid && in switch_find_xdomain()
1475 uuid_equal(xd->remote_uuid, lookup->uuid)) in switch_find_xdomain()