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

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h169 uverbs_ufile_uobj_t *comp_evfile; member in struct:uverbs_uctxt_uobj
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c962 } else if (uctxt->comp_evfile) {
963 uctxt->comp_evfile = NULL;
1255 rc = sol_uverbs_event_file_read(uctxt->comp_evfile,
2410 compl_uctxt->comp_evfile = uverbs_alloc_event_file(uctxt, 0);
2411 if (compl_uctxt->comp_evfile == NULL) {
2424 sol_ofs_uobj_ref(&compl_uctxt->comp_evfile->uobj);
2645 ASSERT(uctxt->comp_evfile);
2646 rc = sol_uverbs_event_file_poll(uctxt->comp_evfile,
H A Dsol_uverbs_comp.c270 ufile = compl_uctxt->comp_evfile;

Completed in 69 milliseconds