Searched refs:qp_current_state (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c343 qp_info.qp_current_state = rc_chan->ch_current_state;
366 if (qp_info.qp_current_state != rc_chan->ch_current_state &&
368 (qp_info.qp_current_state == IBT_STATE_RTS ||
369 qp_info.qp_current_state == IBT_STATE_SQD))
872 qp_info.qp_current_state = ud_chan->ch_current_state;
887 if (qp_info.qp_current_state != ud_chan->ch_current_state &&
889 (qp_info.qp_current_state == IBT_STATE_RTS ||
890 qp_info.qp_current_state == IBT_STATE_SQD))
939 modify_attr.qp_current_state = IBT_STATE_SQE;
1340 qp_info.qp_current_state
[all...]
H A Dibtl_qp.c256 modify_attrp->qp_current_state = state;
919 qp_info.qp_current_state = rc_chan->ch_current_state;
1187 modify_attr.qp_current_state = IBT_STATE_SQD;
1236 modify_attr.qp_current_state = chan->ch_current_state;
1361 modify_attr.qp_state = modify_attr.qp_current_state =
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h323 ibt_cep_state_t qp_current_state; /* current state for */ member in struct:ibt_qp_info_s
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c972 qp_infop->qp_current_state = IBT_STATE_RESET;
975 qp_infop->qp_current_state = IBT_STATE_INIT;
978 qp_infop->qp_current_state = IBT_STATE_RTR;
981 qp_infop->qp_current_state = IBT_STATE_RTS;
984 qp_infop->qp_current_state = IBT_STATE_SQD;
987 qp_infop->qp_current_state = IBT_STATE_SQE;
990 qp_infop->qp_current_state = IBT_STATE_ERROR;
1030 &qp_infop->qp_current_state;
1300 "qp_state %x, qp_current_state %x, qp_flags %x, qp_trans %x",
1302 qp_infop->qp_current_state, qp_info
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1587 qp_current_state(ibt_qp_query_attr_t *qp_attr) function
1684 qp_current_state(&qp_attr);
1771 modify_attr.qp_current_state = OF2IBTF_STATE(cur_state);
H A Dsol_ib_cma.c2575 "qp_current_state %x, qp_info.qp_flags %x, qp_trans %x",
2577 qp_info->qp_current_state, qp_info->qp_flags,
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c867 qp_attr.qp_current_state = IBT_STATE_SQD;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c132 * in "info_p->qp_current_state" to a Tavor QP state. Otherwise, we
145 switch (info_p->qp_current_state) {
162 info_p->qp_current_state);
H A Dtavor_ioctl.c2581 comm->tlc_qp_info.qp_current_state = IBT_STATE_RTR;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c7013 qp_info.qp_current_state = IBT_STATE_RTR;
8170 qp_attrs.qp_info.qp_current_state = qp_attrs.qp_info.qp_state;
8563 qp_attrs.qp_info.qp_current_state = qp_attrs.qp_info.qp_state;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c3019 comm->hlc_qp_info.qp_current_state = IBT_STATE_RTR;
H A Dhermon_qpmod.c131 * in "info_p->qp_current_state" to an Hermon QP state. Otherwise, we
144 switch (info_p->qp_current_state) {
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c2803 qp_mod.qp_current_state = IBT_STATE_SQD;

Completed in 150 milliseconds