Lines Matching refs:uuid_t
80 static const uuid_t tb_xdp_uuid =
264 uuid_t *uuid, u64 *remote_route) in tb_xdp_uuid_request()
293 const uuid_t *uuid) in tb_xdp_uuid_response()
324 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request()
469 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request()
735 const uuid_t *uuid; in tb_xdp_handle_request()
1198 uuid_t uuid; in tb_xdomain_get_uuid()
1240 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
1911 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc()
1912 const uuid_t *remote_uuid) in tb_xdomain_alloc()
1937 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1942 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc()
2234 const uuid_t *uuid;
2287 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid()