Searched refs:local_uuid (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | xdomain.c | 913 if (uuid_equal(&uuid, xd->local_uuid)) { in tb_xdomain_get_uuid() 954 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid, in tb_xdomain_get_properties() 1044 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed() 1140 kfree(xd->local_uuid); in tb_xdomain_release() 1220 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc() argument 1238 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc() 1239 if (!xd->local_uuid) in tb_xdomain_alloc() 1269 kfree(xd->local_uuid); in tb_xdomain_alloc()
|
D | tb_msgs.h | 206 uuid_t local_uuid; member 364 uuid_t local_uuid; member
|
D | icm.c | 654 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument 661 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain() 931 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected() 1293 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
|
D | tb.h | 659 u64 route, const uuid_t *local_uuid,
|
/Linux-v5.4/drivers/net/ |
D | thunderbolt.c | 238 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_login_response() 255 tbnet_fill_header(&request.hdr, xd->route, sequence, xd->local_uuid, in tbnet_login_request() 275 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_logout_response() 289 tbnet_fill_header(&request.hdr, xd->route, 0, xd->local_uuid, in tbnet_logout_request() 405 if (!uuid_equal(&pkg->hdr.target_uuid, net->xd->local_uuid)) in tbnet_handle_packet() 1184 hash = jhash2((u32 *)xd->local_uuid, 4, 0); in tbnet_generate_mac() 1186 hash = jhash2((u32 *)xd->local_uuid, 4, hash); in tbnet_generate_mac()
|
/Linux-v5.4/include/linux/ |
D | thunderbolt.h | 219 const uuid_t *local_uuid; member
|