Lines Matching refs:uuid_t
44 static const uuid_t tb_xdp_uuid =
227 uuid_t *uuid) in tb_xdp_uuid_request()
254 const uuid_t *uuid) in tb_xdp_uuid_response()
285 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request()
377 u64 route, u8 sequence, const uuid_t *src_uuid, in tb_xdp_properties_response()
432 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request()
511 const uuid_t *uuid; in tb_xdp_handle_request()
899 uuid_t uuid; in tb_xdomain_get_uuid()
931 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
1220 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc()
1221 const uuid_t *remote_uuid) in tb_xdomain_alloc()
1238 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1243 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc()
1398 const uuid_t *uuid;
1453 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid()