Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c98 status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_scq_hdl, in srpt_ch_alloc()
118 ibt_set_cq_handler(ch->ch_scq_hdl, srpt_ch_scq_hdlr, ch); in srpt_ch_alloc()
120 (void) ibt_enable_cq_notify(ch->ch_scq_hdl, IBT_NEXT_COMPLETION); in srpt_ch_alloc()
148 ch_args.rc_scq = ch->ch_scq_hdl; in srpt_ch_alloc()
190 (void) ibt_free_cq(ch->ch_scq_hdl); in srpt_ch_alloc()
262 if (ch->ch_scq_hdl) { in srpt_ch_release_ref()
263 (void) ibt_free_cq(ch->ch_scq_hdl); in srpt_ch_release_ref()
641 (void) ibt_enable_cq_notify(ch->ch_scq_hdl, in srpt_ch_scq_hdlr()
H A Dsrpt_impl.h183 ibt_cq_hdl_t ch_scq_hdl; member