Searched refs:remote_uuid (Results 1 – 5 of 5) 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 | xdomain.c | 1236 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid() 1243 if (!xd->remote_uuid) { in tb_xdomain_get_uuid() 1244 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid() 1245 if (!xd->remote_uuid) in tb_xdomain_get_uuid() 1259 xd->remote_uuid); in tb_xdomain_get_link_status() 1398 xd->remote_uuid, xd->state_retries, in tb_xdomain_get_properties() 1408 xd->remote_uuid); in tb_xdomain_get_properties() 1527 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding() 1775 return sysfs_emit(buf, "%pUb\n", xd->remote_uuid); in unique_id_show() 1878 kfree(xd->remote_uuid); in tb_xdomain_release() [all …]
|
| H A D | icm.c | 593 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_fr_approve_xdomain_paths() 705 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain() argument 712 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain() 947 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected() 1007 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected() 1024 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected() 1168 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_approve_xdomain_paths() 1195 memcpy(&request.remote_uuid, xd->remote_uuid, sizeof(*xd->remote_uuid)); in icm_tr_xdomain_tear_down() 1369 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected() 1405 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
|
| H A D | tb.h | 1262 const uuid_t *remote_uuid);
|
| /linux/drivers/net/thunderbolt/ |
| H A D | main.c | 248 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()
|