Searched refs:rc_free_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c423 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.rc.rc_free_flags & IBTL_RC_QP_CLOSED) {
569 ASSERT(chan->ch_transport.rc.rc_free_flags == IBTL_RC_QP_CONNECTED);
570 chan->ch_transport.rc.rc_free_flags |
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h415 int rc_free_flags; /* Track connection state as */ member in struct:ibtl_rc_chan_s
422 /* bit definitions for rc_free_flags */

Completed in 60 milliseconds