Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c270 ibt_qp->ch_transport.ud.ud_port_num = in ibt_initialize_qp()
272 ibt_qp->ch_transport.ud.ud_qkey = in ibt_initialize_qp()
423 if ((ibt_qp->ch_transport.rc.rc_free_flags & in ibt_flush_qp()
467 ASSERT(chan->ch_transport.rc.rc_free_flags == 0); in ibtl_cm_chan_is_opening()
468 chan->ch_transport.rc.rc_free_flags |= IBTL_RC_QP_CONNECTING; in ibtl_cm_chan_is_opening()
486 chan->ch_transport.rc.rc_free_flags &= ~IBTL_RC_QP_CONNECTING; in ibtl_cm_chan_open_is_aborted()
505 chan->ch_transport.rc.rc_free_flags &= ~IBTL_RC_QP_CONNECTING; in ibtl_cm_chan_is_open()
506 chan->ch_transport.rc.rc_free_flags |= IBTL_RC_QP_CONNECTED; in ibtl_cm_chan_is_open()
525 if (chan->ch_transport.rc.rc_free_flags & IBTL_RC_QP_CLOSING) { in ibtl_cm_is_chan_closing()
548 if (chan->ch_transport.rc.rc_free_flags & IBTL_RC_QP_CLOSED) { in ibtl_cm_is_chan_closed()
[all …]
H A Dibtl_chan.c1232 qkey = ud_chan->ch_transport.ud.ud_qkey; in ibt_modify_reply_ud_dest()
1233 port = ud_chan->ch_transport.ud.ud_port_num; in ibt_modify_reply_ud_dest()
1349 ud_chan->ch_transport.ud.ud_qkey = ud_dest->ud_qkey; in ibt_update_channel_qkey()
/titanic_41/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h447 } ch_transport; member