Searched refs:ibt_free_channel (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti.h223 * then free the channel by calling ibt_free_channel(). RC channels
230 * ibt_free_channel
233 ibt_status_t ibt_free_channel(ibt_channel_hdl_t chan);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_adm.c472 if ((ret = ibt_free_channel(chan->ch_chan)) != IBT_SUCCESS) {
475 "ibt_free_channel() failed, ret=%d", ret);
H A Deib_ctl.c454 if ((ret = ibt_free_channel(chan->ch_chan)) != IBT_SUCCESS) {
457 "ibt_free_channel() failed, ret=%d", ret);
H A Denx_ibt.c408 if ((ret = ibt_free_channel(info->ti_chan)) != IBT_SUCCESS) {
409 ENX_DPRINTF_WARN("ibt_free_channel(chan_hdl=0x%llx) "
955 if ((ret = ibt_free_channel(info->ti_chan)) != IBT_SUCCESS) {
956 ENX_DPRINTF_WARN("ibt_free_channel(chan=0x%llx) "
H A Deib_data.c1481 if ((ret = ibt_free_channel(chan->ch_chan)) != IBT_SUCCESS) {
1484 "ibt_free_channel() failed, ret=%d", ret);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c1186 ret = ibt_free_channel(ep->ep_chanhdl);
1189 "ibt_free_channel returned: %d", ep, ret);
1784 (void) ibt_free_channel(qp1);
1788 (void) ibt_free_channel(qp2);
1790 (void) ibt_free_channel(qp1);
H A Drdsib_cm.c932 (void) ibt_free_channel(hdl);
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c173 (void) ibt_free_channel(ch->ch_chan_hdl);
259 (void) ibt_free_channel(ch->ch_chan_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c700 (void) ibt_free_channel(chan->ic_chanhdl);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c966 * then free the channel by calling ibt_free_channel(). This function
989 * ibt_free_channel
1002 ibt_free_channel(ibt_channel_hdl_t chan) function
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c1893 (void) ibt_free_channel(qp->qp_hdl);
2062 (void) ibt_free_channel(qp->qp_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c5500 (void) ibt_free_channel(state->id_chnl_hdl);
5753 if ((ret = ibt_free_channel(state->id_chnl_hdl)) !=
H A Dibd_cm.c772 ret = ibt_free_channel(chan->chan_hdl);
774 DPRINT(40, "ib_rc_free_chan: ibt_free_channel failed, "
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2492 DERR("ep_free: ibt_free_channel returned %d\n",
8315 status = ibt_free_channel(chan_hdl);

Completed in 127 milliseconds