Searched refs:local_uuid (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | xdomain.c | 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() 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() [all …]
|
A D | tb_msgs.h | 217 uuid_t local_uuid; member 377 uuid_t local_uuid; member
|
A D | icm.c | 682 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument 689 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain() 984 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected() 1376 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
|
A D | tb.h | 1163 u64 route, const uuid_t *local_uuid,
|
/linux-6.3-rc2/drivers/net/thunderbolt/ |
A D | main.c | 247 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_login_response() 264 tbnet_fill_header(&request.hdr, xd->route, sequence, xd->local_uuid, in tbnet_login_request() 284 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_logout_response() 298 tbnet_fill_header(&request.hdr, xd->route, 0, xd->local_uuid, in tbnet_logout_request() 432 if (!uuid_equal(&pkg->hdr.target_uuid, net->xd->local_uuid)) in tbnet_handle_packet() 1278 hash = jhash2((u32 *)xd->local_uuid, 4, 0); in tbnet_generate_mac() 1280 hash = jhash2((u32 *)xd->local_uuid, 4, hash); in tbnet_generate_mac()
|
/linux-6.3-rc2/include/linux/ |
A D | thunderbolt.h | 227 const uuid_t *local_uuid; member
|
Completed in 23 milliseconds