Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c155 &ch_args, &ch->ch_chan_hdl, &ch->ch_sizes); in srpt_ch_alloc()
173 (void) ibt_free_channel(ch->ch_chan_hdl); in srpt_ch_alloc()
183 ibt_set_chan_private(ch->ch_chan_hdl, ch); in srpt_ch_alloc()
257 if (ch->ch_chan_hdl) { in srpt_ch_release_ref()
259 (void) ibt_free_channel(ch->ch_chan_hdl); in srpt_ch_release_ref()
326 status = ibt_close_rc_channel(ch->ch_chan_hdl, IBT_NONBLOCKING, in srpt_ch_disconnect()
1391 status = ibt_post_send(ch->ch_chan_hdl, &wr, 1, &posted); in srpt_ch_post_send()
H A Dsrpt_cm.c135 ret_args->cm_ret.rep.cm_channel = ch->ch_chan_hdl; in srpt_cm_req_hdlr()
218 " event(%d)", (void *)ch->ch_chan_hdl, in srpt_cm_conn_closed_hdlr()
H A Dsrpt_impl.h185 ibt_channel_hdl_t ch_chan_hdl; member
H A Dsrpt_stp.c673 status = ibt_post_send(iu->iu_ch->ch_chan_hdl, &wr, 1, NULL); in srpt_stp_xfer_data()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsrp.d72 pi_chan_id = (uintptr_t)P->ch_chan_hdl;