Searched refs:compl_uctxt (Results 1 – 2 of 2) sorted by relevance
245 uverbs_uctxt_uobj_t *compl_uctxt = NULL; in sol_uverbs_create_cq() local250 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()
2351 uverbs_uctxt_uobj_t *compl_uctxt; in sol_uverbs_create_comp_channel() local2384 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()2391 if (compl_uctxt->uctxt_type != SOL_UVERBS_UCTXT_EVENT || 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()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()[all …]