Lines Matching refs:remote_uuid
1039 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid()
1046 if (!xd->remote_uuid) { in tb_xdomain_get_uuid()
1047 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
1048 if (!xd->remote_uuid) in tb_xdomain_get_uuid()
1073 xd->remote_uuid, xd->properties_retries, in tb_xdomain_get_properties()
1085 xd->remote_uuid); in tb_xdomain_get_properties()
1241 return sprintf(buf, "%pUb\n", xd->remote_uuid); in unique_id_show()
1303 kfree(xd->remote_uuid); in tb_xdomain_release()
1375 const uuid_t *remote_uuid) in tb_xdomain_alloc() argument
1405 if (remote_uuid) { in tb_xdomain_alloc()
1406 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc()
1408 if (!xd->remote_uuid) in tb_xdomain_alloc()
1422 if (remote_uuid) in tb_xdomain_alloc()
1423 dev_dbg(&xd->dev, "remote UUID %pUb\n", remote_uuid); in tb_xdomain_alloc()
1704 if (xd->remote_uuid && in switch_find_xdomain()
1705 uuid_equal(xd->remote_uuid, lookup->uuid)) in switch_find_xdomain()