Home
last modified time | relevance | path

Searched refs:src_uuid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtb_msgs.h596 uuid_t src_uuid; member
605 uuid_t src_uuid; member
616 uuid_t src_uuid; member
638 uuid_t src_uuid; member
H A Dxdomain.c294 uuid_copy(uuid, &res.src_uuid); in tb_xdp_uuid_response()
309 uuid_copy(&res.src_uuid, uuid); in tb_xdp_error_response()
332 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request()
350 memcpy(&req.src_uuid, src_uuid, sizeof(*src_uuid)); in tb_xdp_properties_request()
465 uuid_copy(&res->src_uuid, xd->local_uuid); in tb_xdp_properties_response()
466 uuid_copy(&res->dst_uuid, &req->src_uuid); in tb_xdp_properties_response()
488 uuid_copy(&req.src_uuid, uuid); in tb_xdp_properties_changed_request()
324 tb_xdp_properties_request(struct tb_ctl * ctl,u64 route,const uuid_t * src_uuid,const uuid_t * dst_uuid,int retry,u32 ** block,u32 * generation) tb_xdp_properties_request() argument