Searched refs:ud_state (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti.h171 ibt_cep_state_t ud_state; /* Channel state */ member in struct:ibt_ud_chan_query_attr_s
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c345 * if (ud_statep->ud_state is SIDR_REP_SENT)
4053 if (ud_statep->ud_state == IBCM_STATE_SIDR_REP_SENT)
4073 if (ud_statep->ud_state == IBCM_STATE_SIDR_REQ_SENT)
4436 if ((ud_statep->ud_state == IBCM_STATE_DELETE) &&
4507 * - if lookup fails it creates a new ud_state struct
4555 ud_statep->ud_state = IBCM_STATE_SIDR_REQ_RCVD;
4613 ud_statep->ud_state = IBCM_STATE_DELETE;
4663 if (ud_statep->ud_state == IBCM_STATE_SIDR_REP_SENT)
4774 if (ud_statep->ud_state == IBCM_STATE_SIDR_REQ_SENT) {
4777 ud_statep->ud_state
[all...]
H A Dibcm_impl.c1053 if ((usp->ud_state != IBCM_STATE_SIDR_REP_SENT) &&
1054 (usp->ud_state != IBCM_STATE_TIMED_OUT) &&
1055 (usp->ud_state != IBCM_STATE_DELETE)) {
1059 usp->ud_state);
H A Dibcm_ti.c2106 ud_statep->ud_state = IBCM_STATE_SIDR_REQ_SENT;
4152 if (ud_statep->ud_state != IBCM_STATE_SIDR_REQ_RCVD) {
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h578 * ud_state: CM connection state (See ibcm_conn_state_t)
618 ibcm_conn_state_t ud_state; member in struct:ibcm_ud_state_data_s
668 ibcm_ud_state_data_s::{ud_state ud_ref_cnt ud_timerid
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c806 ud_chan_attrs->ud_state = qp_attr.qp_info.qp_state;

Completed in 102 milliseconds