Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1306 achan_flags, &chan_args, &ep_rp->ep_chan_hdl, in daplka_ep_create()
2373 status = ibt_flush_channel(ep_rp->ep_chan_hdl); in daplka_ep_disconnect()
2445 status = ibt_recycle_rc(ep_rp->ep_chan_hdl, in daplka_ep_reinit()
2486 if (ep_rp->ep_chan_hdl != NULL) { in daplka_ep_destroy()
2488 ibt_set_chan_private(ep_rp->ep_chan_hdl, NULL); in daplka_ep_destroy()
2495 ep_rp->ep_chan_hdl = NULL; in daplka_ep_destroy()
4021 if (ep_rp->ep_chan_hdl == NULL) { in daplka_cr_accept()
4031 proc_reply.rep.cm_channel = ep_rp->ep_chan_hdl; in daplka_cr_accept()
6919 status = ibt_flush_channel(ep_rp->ep_chan_hdl); in daplka_cm_service_event_failure()
7328 status = ibt_flush_channel(ep_rp->ep_chan_hdl); in daplka_cm_rc_event_failure()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h310 ibt_channel_hdl_t ep_chan_hdl; member