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

/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 in struct:uverbs_ucq_uobj
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c237 "create_cq: ucq %p, comp_chan %d", ucq, cmd.comp_channel);
249 "cmd.comp_chan %d", cmd.comp_channel);
271 ucq->comp_chan = ufile;
278 "ucq %p, comp_chan %p", ucq, ucq->comp_chan);
280 ucq->comp_chan = NULL;
356 if (ucq->comp_chan) {
377 if (ucq->comp_chan) {
378 uverbs_release_ucq_channel(uctxt, ucq->comp_chan, ucq);
455 uverbs_release_ucq_channel(uctxt, ucq->comp_chan, uc
[all...]
H A Dsol_uverbs.c1044 uverbs_release_ucq_channel(uctxt, ucq->comp_chan, ucq);
H A Dsol_uverbs_qp.c2683 ufile = ucq->comp_chan;

Completed in 76 milliseconds