Searched defs:chan_hdl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c1887 "ibt_detach_mcg(chan_hdl=0x%llx, mcinfo=0x%llx, "
2042 ibt_channel_hdl_t chan_hdl; local
2049 chan_hdl = chan->ch_chan;
2054 if (chan_hdl && mcg) {
2055 ret = ibt_detach_mcg(chan_hdl, mcg->mg_mcginfo);
2059 "ibt_detach_mcg(chan_hdl=0x%llx, mcinfo=0x%llx, "
2060 "mgid=%llx.%llx) failed, ret=%d", chan_hdl,
2088 ibt_channel_hdl_t chan_hdl; local
2095 chan_hdl = chan->ch_chan;
2100 if (chan_hdl
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1321 * store ep ptr with chan_hdl.
4023 * a ep_rp with a NULL chan_hdl is impossible.
8308 daplka_ibt_free_channel(daplka_ep_resource_t *ep_rp, ibt_channel_hdl_t chan_hdl) argument
8315 status = ibt_free_channel(chan_hdl);
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1225 ibt_channel_hdl_t chan_hdl; member in struct:ibd_rc_chan_s

Completed in 101 milliseconds