Searched defs:ib_uverbs_file (Results 1 – 1 of 1) sorted by relevance
138 struct ib_uverbs_file { struct139 struct kref ref;140 struct ib_uverbs_device *device;141 struct mutex ucontext_lock;146 struct ib_ucontext *ucontext;147 struct ib_event_handler event_handler;148 struct ib_uverbs_async_event_file *async_file;149 struct list_head list;157 struct rw_semaphore hw_destroy_rwsem;158 spinlock_t uobjects_lock;[all …]