Lines Matching refs:remote_uuid
1232 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid()
1239 if (!xd->remote_uuid) { in tb_xdomain_get_uuid()
1240 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
1241 if (!xd->remote_uuid) in tb_xdomain_get_uuid()
1255 xd->remote_uuid); in tb_xdomain_get_link_status()
1394 xd->remote_uuid, xd->state_retries, in tb_xdomain_get_properties()
1404 xd->remote_uuid); in tb_xdomain_get_properties()
1518 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding()
1766 return sysfs_emit(buf, "%pUb\n", xd->remote_uuid); in unique_id_show()
1869 kfree(xd->remote_uuid); in tb_xdomain_release()
1912 const uuid_t *remote_uuid) in tb_xdomain_alloc() argument
1941 if (remote_uuid) { in tb_xdomain_alloc()
1942 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc()
1944 if (!xd->remote_uuid) in tb_xdomain_alloc()
1959 if (remote_uuid) in tb_xdomain_alloc()
1960 dev_dbg(&xd->dev, "remote UUID %pUb\n", remote_uuid); in tb_xdomain_alloc()
2252 if (xd->remote_uuid && in switch_find_xdomain()
2253 uuid_equal(xd->remote_uuid, lookup->uuid)) in switch_find_xdomain()