Searched refs:ch_transport (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c270 ibt_qp->ch_transport.ud.ud_port_num =
272 ibt_qp->ch_transport.ud.ud_qkey =
423 if ((ibt_qp->ch_transport.rc.rc_free_flags &
467 ASSERT(chan->ch_transport.rc.rc_free_flags == 0);
468 chan->ch_transport.rc.rc_free_flags |= IBTL_RC_QP_CONNECTING;
486 chan->ch_transport.rc.rc_free_flags &= ~IBTL_RC_QP_CONNECTING;
505 chan->ch_transport.rc.rc_free_flags &= ~IBTL_RC_QP_CONNECTING;
506 chan->ch_transport.rc.rc_free_flags |= IBTL_RC_QP_CONNECTED;
525 if (chan->ch_transport.rc.rc_free_flags & IBTL_RC_QP_CLOSING) {
548 if (chan->ch_transport
[all...]
H A Dibtl_chan.c1232 qkey = ud_chan->ch_transport.ud.ud_qkey;
1233 port = ud_chan->ch_transport.ud.ud_port_num;
1349 ud_chan->ch_transport.ud.ud_qkey = ud_dest->ud_qkey;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h447 } ch_transport; member in struct:ibtl_channel_s

Completed in 68 milliseconds