Home
last modified time | relevance | path

Searched refs:comp_chan (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c271 ucq->comp_chan = ufile; in sol_uverbs_create_cq()
278 "ucq %p, comp_chan %p", ucq, ucq->comp_chan); in sol_uverbs_create_cq()
280 ucq->comp_chan = NULL; in sol_uverbs_create_cq()
356 if (ucq->comp_chan) { in sol_uverbs_create_cq()
377 if (ucq->comp_chan) { in sol_uverbs_create_cq()
378 uverbs_release_ucq_channel(uctxt, ucq->comp_chan, ucq); in sol_uverbs_create_cq()
455 uverbs_release_ucq_channel(uctxt, ucq->comp_chan, ucq); in sol_uverbs_destroy_cq()
775 if (!ucq || !ucq->comp_chan) { in sol_uverbs_comp_event_handler()
777 "ucq %p ucq->comp_chan %p", ucq, (ucq) ? ucq->comp_chan : in sol_uverbs_comp_event_handler()
785 ibt_cq, arg, ucq, ucq->cq, ucq->uctxt, ucq->comp_chan); in sol_uverbs_comp_event_handler()
[all …]
H A Dsol_uverbs_qp.c2683 ufile = ucq->comp_chan; in uverbs_cq_ctrl()
H A Dsol_uverbs.c1044 uverbs_release_ucq_channel(uctxt, ucq->comp_chan, ucq); in sol_uverbs_close()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.h54 uverbs_ufile_uobj_t *comp_chan, uverbs_ucq_uobj_t *ucq);
H A Dsol_uverbs.h215 uverbs_ufile_uobj_t *comp_chan; member