Lines Matching refs:uuid_t
54 static const uuid_t tb_xdp_uuid =
242 uuid_t *uuid) in tb_xdp_uuid_request()
269 const uuid_t *uuid) in tb_xdp_uuid_response()
300 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request()
446 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request()
586 const uuid_t *uuid; in tb_xdp_handle_request()
1012 uuid_t uuid; in tb_xdomain_get_uuid()
1047 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid()
1374 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc()
1375 const uuid_t *remote_uuid) in tb_xdomain_alloc()
1401 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1406 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc()
1686 const uuid_t *uuid;
1740 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid()