Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c110 status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_rcq_hdl, in srpt_ch_alloc()
119 ibt_set_cq_handler(ch->ch_rcq_hdl, srpt_ch_rcq_hdlr, ch); in srpt_ch_alloc()
121 (void) ibt_enable_cq_notify(ch->ch_rcq_hdl, IBT_NEXT_COMPLETION); in srpt_ch_alloc()
149 ch_args.rc_rcq = ch->ch_rcq_hdl; in srpt_ch_alloc()
187 (void) ibt_free_cq(ch->ch_rcq_hdl); in srpt_ch_alloc()
266 if (ch->ch_rcq_hdl) { in srpt_ch_release_ref()
267 (void) ibt_free_cq(ch->ch_rcq_hdl); in srpt_ch_release_ref()
391 if (ch->ch_rcq_hdl) { in srpt_ch_cleanup()
392 ibt_set_cq_handler(ch->ch_rcq_hdl, NULL, NULL); in srpt_ch_cleanup()
394 while (ibt_poll_cq(ch->ch_rcq_hdl, &wc, 1, NULL) == in srpt_ch_cleanup()
[all …]
H A Dsrpt_impl.h184 ibt_cq_hdl_t ch_rcq_hdl; member