Home
last modified time | relevance | path

Searched refs:comp_evfile (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c962 } 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()
H A Dsol_uverbs_comp.c270 ufile = compl_uctxt->comp_evfile; in sol_uverbs_create_cq()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h169 uverbs_ufile_uobj_t *comp_evfile; member