Searched refs:uverbs_file (Results 1 – 3 of 3) sorted by relevance
360 !file->uverbs_file->device->ib_dev))) in ib_uverbs_event_read()365 !file->uverbs_file->device->ib_dev) in ib_uverbs_event_read()432 mutex_lock(&file->uverbs_file->device->lists_mutex); in ib_uverbs_event_close()445 ib_unregister_event_handler(&file->uverbs_file-> in ib_uverbs_event_close()448 mutex_unlock(&file->uverbs_file->device->lists_mutex); in ib_uverbs_event_close()450 kref_put(&file->uverbs_file->ref, ib_uverbs_release_file); in ib_uverbs_event_close()539 ib_uverbs_async_handler(uobj->uverbs_file, uobj->uobject.user_handle, in ib_uverbs_cq_event_handler()588 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file, in ib_uverbs_alloc_event_file() argument604 ev_file->uverbs_file = uverbs_file; in ib_uverbs_alloc_event_file()605 kref_get(&ev_file->uverbs_file->ref); in ib_uverbs_alloc_event_file()[all …]
107 struct ib_uverbs_file *uverbs_file; member167 struct ib_uverbs_file *uverbs_file; member187 struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file,190 void ib_uverbs_free_async_event_file(struct ib_uverbs_file *uverbs_file);
1386 obj->uverbs_file = file; in create_cq()