Searched refs:ib_uverbs_completion_event_file (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs_std_types_cq.c | 53 struct ib_uverbs_completion_event_file, in uverbs_free_cq() 72 struct ib_uverbs_completion_event_file *ev_file = NULL; in UVERBS_HANDLER() 99 struct ib_uverbs_completion_event_file, in UVERBS_HANDLER()
|
D | uverbs_std_types.c | 197 struct ib_uverbs_completion_event_file *comp_event_file = in uverbs_hot_unplug_completion_event_file() 198 container_of(uobj, struct ib_uverbs_completion_event_file, in uverbs_hot_unplug_completion_event_file() 222 UVERBS_TYPE_ALLOC_FD(sizeof(struct ib_uverbs_completion_event_file),
|
D | uverbs.h | 132 struct ib_uverbs_completion_event_file { struct 235 struct ib_uverbs_completion_event_file *ev_file,
|
D | uverbs_main.c | 195 struct ib_uverbs_completion_event_file *ev_file, in ib_uverbs_release_ucq() 346 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_read() 380 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_poll() 395 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_fasync() 433 struct ib_uverbs_completion_event_file *file = container_of( in ib_uverbs_comp_event_close() 434 uobj, struct ib_uverbs_completion_event_file, uobj); in ib_uverbs_comp_event_close()
|
D | uverbs_cmd.c | 50 static struct ib_uverbs_completion_event_file * 62 return container_of(uobj, struct ib_uverbs_completion_event_file, in _ib_uverbs_lookup_comp_file() 947 struct ib_uverbs_completion_event_file *ev_file; in ib_uverbs_create_comp_channel() 962 ev_file = container_of(uobj, struct ib_uverbs_completion_event_file, in ib_uverbs_create_comp_channel() 987 struct ib_uverbs_completion_event_file *ev_file = NULL; in create_cq()
|