Searched defs:ql_tipc_dev (Results 1 – 1 of 1) sorted by relevance
71 struct ql_tipc_dev { struct72 struct list_node node;73 struct handle* handle_set;74 bool in_use; /* protected by @_dev_list_lock */76 uint ns_mmu_flags;77 ns_size_t ns_sz;78 ext_mem_client_id_t client_id;79 ext_mem_obj_id_t buf_id;80 void* ns_va;81 const uuid_t* uuid;[all …]