Lines Matching refs:remote_uuid
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()
1848 const uuid_t *remote_uuid) in tb_xdomain_alloc() argument
1877 if (remote_uuid) { in tb_xdomain_alloc()
1878 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc()
1880 if (!xd->remote_uuid) in tb_xdomain_alloc()
1895 if (remote_uuid) in tb_xdomain_alloc()
1896 dev_dbg(&xd->dev, "remote UUID %pUb\n", remote_uuid); in tb_xdomain_alloc()
2179 if (xd->remote_uuid && in switch_find_xdomain()
2180 uuid_equal(xd->remote_uuid, lookup->uuid)) in switch_find_xdomain()