Searched refs:remote_uuid (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tb_msgs.h | 218 uuid_t remote_uuid; member 230 uuid_t remote_uuid; member 273 uuid_t remote_uuid; member 284 uuid_t remote_uuid; member 378 uuid_t remote_uuid; member 390 uuid_t remote_uuid; member 426 uuid_t remote_uuid; member 439 uuid_t remote_uuid; member 466 uuid_t remote_uuid; member 479 uuid_t remote_uuid; member
|
| H A D | icm.c | 598 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths() 710 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument 717 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain() 953 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected() 1013 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected() 1030 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected() 1179 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_approve_xdomain_paths() 1206 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_xdomain_tear_down() 1380 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected() 1416 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
|
| /linux/include/linux/ |
| H A D | thunderbolt.h | 253 uuid_t *remote_uuid; member
|