Home
last modified time | relevance | path

Searched refs:compl_uctxt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c245 uverbs_uctxt_uobj_t *compl_uctxt = NULL; in sol_uverbs_create_cq() local
250 compl_uctxt = uverbs_uobj_get_uctxt_write( in sol_uverbs_create_cq()
252 if (!compl_uctxt) { in sol_uverbs_create_cq()
259 if (compl_uctxt->uctxt_verbs_id != uctxt->uobj.uo_id + in sol_uverbs_create_cq()
265 compl_uctxt->uctxt_verbs_id); in sol_uverbs_create_cq()
267 sol_ofs_uobj_put(&compl_uctxt->uobj); in sol_uverbs_create_cq()
270 ufile = compl_uctxt->comp_evfile; in sol_uverbs_create_cq()
275 sol_ofs_uobj_put(&compl_uctxt->uobj); in sol_uverbs_create_cq()
H A Dsol_uverbs.c2351 uverbs_uctxt_uobj_t *compl_uctxt; in sol_uverbs_create_comp_channel() local
2384 compl_uctxt = uverbs_uobj_get_uctxt_read(compl_id - in sol_uverbs_create_comp_channel()
2386 if (compl_uctxt == NULL) { in sol_uverbs_create_comp_channel()
2392 compl_uctxt->uctxt_verbs_id != 0) { in sol_uverbs_create_comp_channel()
2398 compl_uctxt->uctxt_type = SOL_UVERBS_UCTXT_COMPL; in sol_uverbs_create_comp_channel()
2399 compl_uctxt->uctxt_verbs_id = uctxt->uobj.uo_id + in sol_uverbs_create_comp_channel()
2404 compl_uctxt, compl_id); in sol_uverbs_create_comp_channel()
2411 if (compl_uctxt->comp_evfile == NULL) { in sol_uverbs_create_comp_channel()
2415 sol_ofs_uobj_put(&compl_uctxt->uobj); in sol_uverbs_create_comp_channel()
2424 sol_ofs_uobj_ref(&compl_uctxt->comp_evfile->uobj); in sol_uverbs_create_comp_channel()
[all …]