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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c175 chanp->ch_current_state = IBT_STATE_RESET;
236 if (ibt_qp->ch_current_state != IBT_STATE_RESET) {
239 ibt_qp->ch_current_state);
269 ibt_qp->ch_current_state = state;
290 ibt_qp->ch_current_state = IBT_STATE_INIT;
384 chanp->ch_current_state = IBT_STATE_RESET;
784 ibt_qp->ch_current_state = qp_query_attrp->qp_info.qp_state;
845 ibt_qp->ch_current_state = modify_attrp->qp_state;
864 ibt_qp->ch_current_state =
903 if (rc_chan->ch_current_state !
[all...]
H A Dibtl_chan.c343 qp_info.qp_current_state = rc_chan->ch_current_state;
344 qp_info.qp_state = rc_chan->ch_current_state; /* No Change in State */
366 if (qp_info.qp_current_state != rc_chan->ch_current_state &&
706 chanp->ch_current_state = IBT_STATE_RESET;
871 qp_info.qp_state = ud_chan->ch_current_state; /* No Change in State */
872 qp_info.qp_current_state = ud_chan->ch_current_state;
887 if (qp_info.qp_current_state != ud_chan->ch_current_state &&
1339 qp_info.qp_state = ud_chan->ch_current_state;
1340 qp_info.qp_current_state = ud_chan->ch_current_state;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h448 ibt_cep_state_t ch_current_state; /* track the current state */ member in struct:ibtl_channel_s

Completed in 74 milliseconds