Searched refs:src_uuid (Results 1 – 2 of 2) sorted by relevance
/drivers/thunderbolt/ |
D | xdomain.c | 249 uuid_copy(uuid, &res.src_uuid); in tb_xdp_uuid_request() 262 uuid_copy(&res.src_uuid, uuid); in tb_xdp_uuid_response() 285 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request() argument 303 memcpy(&req.src_uuid, src_uuid, sizeof(*src_uuid)); in tb_xdp_properties_request() 377 u64 route, u8 sequence, const uuid_t *src_uuid, in tb_xdp_properties_response() argument 390 if (!uuid_equal(src_uuid, &req->dst_uuid)) { in tb_xdp_properties_response() 418 uuid_copy(&res->src_uuid, src_uuid); in tb_xdp_properties_response() 419 uuid_copy(&res->dst_uuid, &req->src_uuid); in tb_xdp_properties_response() 441 uuid_copy(&req.src_uuid, uuid); in tb_xdp_properties_changed_request() 601 xd = tb_xdomain_find_by_uuid_locked(tb, &xchg->src_uuid); in tb_xdp_handle_request()
|
D | tb_msgs.h | 516 uuid_t src_uuid; member 523 uuid_t src_uuid; member 531 uuid_t src_uuid; member 551 uuid_t src_uuid; member
|