Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/infiniband/core/
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),
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()
Duverbs_main.c164 struct ib_uverbs_async_event_file *async_file = uobj->event_file; in ib_uverbs_release_uevent()
285 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_read()
323 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_poll()
339 struct ib_uverbs_async_event_file *file = filp->private_data; in ib_uverbs_async_event_fasync()
403 void ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file, in ib_uverbs_async_handler()
475 container_of(handler, struct ib_uverbs_async_event_file, in ib_uverbs_event_handler()
490 struct ib_uverbs_async_event_file *async_file) in ib_uverbs_init_async_event_file()
Duverbs_cmd.c311 container_of(uobj, struct ib_uverbs_async_event_file, uobj)); in ib_uverbs_get_context()
/linux-6.14.4/include/rdma/
Duverbs_types.h164 struct ib_uverbs_async_event_file *default_async_file;