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

/opensolaris-onvv-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,
119 ibt_set_cq_handler(ch->ch_rcq_hdl, srpt_ch_rcq_hdlr, ch);
121 (void) ibt_enable_cq_notify(ch->ch_rcq_hdl, IBT_NEXT_COMPLETION);
149 ch_args.rc_rcq = ch->ch_rcq_hdl;
187 (void) ibt_free_cq(ch->ch_rcq_hdl);
266 if (ch->ch_rcq_hdl) {
267 (void) ibt_free_cq(ch->ch_rcq_hdl);
391 if (ch->ch_rcq_hdl) {
392 ibt_set_cq_handler(ch->ch_rcq_hdl, NULL, NULL);
394 while (ibt_poll_cq(ch->ch_rcq_hdl,
[all...]
H A Dsrpt_impl.h180 ibt_cq_hdl_t ch_rcq_hdl; member in struct:srpt_channel_s

Completed in 43 milliseconds