Home
last modified time | relevance | path

Searched refs:remote_uuid (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtb_msgs.h223 uuid_t remote_uuid; member
235 uuid_t remote_uuid; member
278 uuid_t remote_uuid; member
289 uuid_t remote_uuid; member
383 uuid_t remote_uuid; member
395 uuid_t remote_uuid; member
431 uuid_t remote_uuid; member
444 uuid_t remote_uuid; member
471 uuid_t remote_uuid; member
484 uuid_t remote_uuid; member
H A Dxdomain.c1232 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()
1241 if (!xd->remote_uuid) in tb_xdomain_get_uuid()
1255 xd->remote_uuid); in tb_xdomain_get_link_status()
1404 xd->remote_uuid); in tb_xdomain_get_properties()
1869 kfree(xd->remote_uuid); in tb_xdomain_release()
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()
[all …]
H A Dicm.c571 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths()
680 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument
687 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
922 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected()
982 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
999 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected()
1143 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_approve_xdomain_paths()
1169 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_xdomain_tear_down()
1338 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected()
1374 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
H A Dtb.h1165 const uuid_t *remote_uuid);
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c248 xd->remote_uuid, TBIP_LOGIN_RESPONSE, sizeof(reply), in tbnet_login_response()
265 xd->remote_uuid, TBIP_LOGIN, sizeof(request), in tbnet_login_request()
285 xd->remote_uuid, TBIP_STATUS, sizeof(reply), in tbnet_logout_response()
299 xd->remote_uuid, TBIP_LOGOUT, sizeof(request), in tbnet_logout_request()
430 if (!uuid_equal(&pkg->hdr.initiator_uuid, net->xd->remote_uuid)) in tbnet_handle_packet()
/openbmc/linux/include/linux/
H A Dthunderbolt.h240 uuid_t *remote_uuid; member