Searched refs:ib_uverbs_async_event_file (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types_async_fd.c | 20 container_of(uobj, struct ib_uverbs_async_event_file, uobj)); in UVERBS_HANDLER() 27 struct ib_uverbs_async_event_file *event_file = in uverbs_async_event_destroy_uobj() 28 container_of(uobj, struct ib_uverbs_async_event_file, uobj); in uverbs_async_event_destroy_uobj() 44 UVERBS_TYPE_ALLOC_FD(sizeof(struct ib_uverbs_async_event_file),
|
H A D | uverbs.h | 129 struct ib_uverbs_async_event_file { struct 149 struct ib_uverbs_async_event_file *async_file; argument 222 void ib_uverbs_init_async_event_file(struct ib_uverbs_async_event_file *ev_file);
|
H A D | ib_uverbs_main.c | 150 struct ib_uverbs_async_event_file *async_file = in ib_uverbs_release_uevent() 270 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_read() 306 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_poll() 322 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_fasync() 389 ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file, in ib_uverbs_async_handler() 461 container_of(handler, struct ib_uverbs_async_event_file, in ib_uverbs_event_handler() 476 struct ib_uverbs_async_event_file *async_file) in ib_uverbs_init_async_event_file()
|
H A D | ib_uverbs_cmd.c | 308 container_of(uobj, struct ib_uverbs_async_event_file, uobj)); in ib_uverbs_get_context()
|