Searched refs:uverbs_file (Results 1 – 3 of 3) sorted by relevance
357 !file->uverbs_file->device->ib_dev))) in ib_uverbs_event_read()362 !file->uverbs_file->device->ib_dev) in ib_uverbs_event_read()429 mutex_lock(&file->uverbs_file->device->lists_mutex); in ib_uverbs_event_close()442 ib_unregister_event_handler(&file->uverbs_file-> in ib_uverbs_event_close()445 mutex_unlock(&file->uverbs_file->device->lists_mutex); in ib_uverbs_event_close()447 kref_put(&file->uverbs_file->ref, ib_uverbs_release_file); in ib_uverbs_event_close()536 ib_uverbs_async_handler(uobj->uverbs_file, uobj->uobject.user_handle, in ib_uverbs_cq_event_handler()585 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file, in ib_uverbs_alloc_event_file() argument601 ev_file->uverbs_file = uverbs_file; in ib_uverbs_alloc_event_file()602 kref_get(&ev_file->uverbs_file->ref); in ib_uverbs_alloc_event_file()[all …]
107 struct ib_uverbs_file *uverbs_file; member168 struct ib_uverbs_file *uverbs_file; member188 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file,191 void ib_uverbs_free_async_event_file(struct ib_uverbs_file *uverbs_file);
1386 obj->uverbs_file = file; in create_cq()