Searched refs:comp_evfile (Results 1 – 3 of 3) sorted by relevance
962 } else if (uctxt->comp_evfile) { in sol_uverbs_close()963 uctxt->comp_evfile = NULL; in sol_uverbs_close()1255 rc = sol_uverbs_event_file_read(uctxt->comp_evfile, in sol_uverbs_read()2410 compl_uctxt->comp_evfile = uverbs_alloc_event_file(uctxt, 0); in sol_uverbs_create_comp_channel()2411 if (compl_uctxt->comp_evfile == NULL) { in sol_uverbs_create_comp_channel()2424 sol_ofs_uobj_ref(&compl_uctxt->comp_evfile->uobj); in sol_uverbs_create_comp_channel()2645 ASSERT(uctxt->comp_evfile); in sol_uverbs_poll()2646 rc = sol_uverbs_event_file_poll(uctxt->comp_evfile, in sol_uverbs_poll()
270 ufile = compl_uctxt->comp_evfile; in sol_uverbs_create_cq()
169 uverbs_ufile_uobj_t *comp_evfile; member