Home
last modified time | relevance | path

Searched refs:ib_uverbs_async_event_file (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/core/
H A Duverbs_std_types_async_fd.c18 container_of(uobj, struct ib_uverbs_async_event_file, uobj)); in UVERBS_HANDLER()
25 struct ib_uverbs_async_event_file *event_file = in uverbs_async_event_destroy_uobj()
26 container_of(uobj, struct ib_uverbs_async_event_file, uobj); in uverbs_async_event_destroy_uobj()
37 struct ib_uverbs_async_event_file *event_file; in uverbs_async_event_release()
45 container_of(uobj, struct ib_uverbs_async_event_file, uobj); in uverbs_async_event_release()
69 UVERBS_TYPE_ALLOC_FD(sizeof(struct ib_uverbs_async_event_file),
H A Duverbs.h125 struct ib_uverbs_async_event_file { struct
154 struct ib_uverbs_async_event_file *event_file;
191 void ib_uverbs_init_async_event_file(struct ib_uverbs_async_event_file *ev_file);
203 void ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file,
271 static inline struct ib_uverbs_async_event_file *
276 struct ib_uverbs_async_event_file *async_ev_file; in ib_uverbs_get_async_event()
283 struct ib_uverbs_async_event_file, in ib_uverbs_get_async_event()
H A Duverbs_main.c165 struct ib_uverbs_async_event_file *async_file = uobj->event_file; in ib_uverbs_release_uevent()
286 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_read()
324 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_poll()
340 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_fasync()
404 void ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file, in ib_uverbs_async_handler()
476 container_of(handler, struct ib_uverbs_async_event_file, in ib_uverbs_event_handler()
491 struct ib_uverbs_async_event_file *async_file) in ib_uverbs_init_async_event_file()
H A Duverbs_cmd.c330 container_of(uobj, struct ib_uverbs_async_event_file, uobj)); in ib_uverbs_get_context()
/linux/include/rdma/
H A Duverbs_types.h164 struct ib_uverbs_async_event_file *default_async_file;