Home
last modified time | relevance | path

Searched refs:local_uuid (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/thunderbolt/
Dxdomain.c850 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid, in tb_xdomain_get_properties()
940 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed()
1036 kfree(xd->local_uuid); in tb_xdomain_release()
1108 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc() argument
1125 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1126 if (!xd->local_uuid) in tb_xdomain_alloc()
1151 kfree(xd->local_uuid); in tb_xdomain_alloc()
Dtb_msgs.h208 uuid_t local_uuid; member
366 uuid_t local_uuid; member
Dicm.c542 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument
549 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
817 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
1163 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
Dtb.h472 u64 route, const uuid_t *local_uuid,
/linux-4.19.296/include/linux/
Dthunderbolt.h217 const uuid_t *local_uuid; member