Searched defs:ib_uverbs_file (Results 1 – 1 of 1) sorted by relevance
137 struct ib_uverbs_file { struct138 struct kref ref;139 struct ib_uverbs_device *device;140 struct mutex ucontext_lock;145 struct ib_ucontext *ucontext;146 struct ib_event_handler event_handler;147 struct ib_uverbs_async_event_file *async_file;148 struct list_head list;149 int is_closed;157 struct rw_semaphore hw_destroy_rwsem;[all …]