Searched defs:ib_uverbs_file (Results 1 – 1 of 1) sorted by relevance
116 struct ib_uverbs_file { struct117 struct kref ref;118 struct mutex mutex;119 struct ib_uverbs_device *device;120 struct ib_ucontext *ucontext;121 struct ib_event_handler event_handler;122 struct ib_uverbs_event_file *async_file;123 struct list_head list;124 int is_closed;