Searched refs:qp_state (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_connect.c138 if (ep_ptr->qp_state == DAPL_QP_STATE_UNATTACHED) {
160 if (ep_ptr->qp_state != DAPL_QP_STATE_UNATTACHED) {
176 ep_ptr->qp_state = alloc_ep.qp_state;
219 if (ep_ptr->qp_state == DAPL_QP_STATE_UNATTACHED) {
H A Ddapl_cr_accept.c170 if (ep_ptr->qp_state == DAPL_QP_STATE_UNATTACHED) {
H A Ddapl_ep_modify.c234 if (DAPL_QP_STATE_UNATTACHED != new_ep.qp_state && (ep_param_mask
261 if (DAPL_QP_STATE_UNATTACHED != new_ep.qp_state) {
H A Ddapl_ep_util.c139 ep_ptr->qp_state = DAPL_QP_STATE_UNATTACHED;
748 ep_ptr->qp_state = DAPL_QP_STATE_UNATTACHED;
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c258 modify_attrp->qp_state = state =
283 modify_attrp->qp_state = IBT_STATE_INIT;
439 modify_attr.qp_state = IBT_STATE_ERROR;
784 ibt_qp->ch_current_state = qp_query_attrp->qp_info.qp_state;
845 ibt_qp->ch_current_state = modify_attrp->qp_state;
865 qp_attr.qp_info.qp_state;
918 qp_info.qp_state = rc_chan->ch_current_state;
927 if (rc_chan->ch_current_state != qp_info.qp_state &&
1076 if (qp_attr.qp_info.qp_state != IBT_STATE_ERROR) {
1079 ud_chan, qp_attr.qp_info.qp_state);
[all...]
H A Dibtl_chan.c255 chan_attrs->rc_state = qp_attr.qp_info.qp_state;
344 qp_info.qp_state = rc_chan->ch_current_state; /* No Change in State */
806 ud_chan_attrs->ud_state = qp_attr.qp_info.qp_state;
871 qp_info.qp_state = ud_chan->ch_current_state; /* No Change in State */
937 modify_attr.qp_state = IBT_STATE_RTS;
1339 qp_info.qp_state = ud_chan->ch_current_state;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c522 qp->qp_state = TAVOR_QP_RESET;
970 qp->qp_state = TAVOR_QP_RESET;
1107 if (qp->qp_state != TAVOR_QP_RESET) {
1116 qp->qp_state = TAVOR_QP_RESET;
1283 ibt_cep_state_t qp_state; local
1303 switch (qp->qp_state) {
1305 qp_state = IBT_STATE_RESET; /* "Reset" */
1308 qp_state = IBT_STATE_INIT; /* Initialized */
1311 qp_state = IBT_STATE_RTR; /* Ready to Receive */
1314 qp_state
[all...]
H A Dtavor_qpmod.c135 * last modified to or queried as - in "qp->qp_state").
137 mod_state = info_p->qp_state;
168 cur_state = qp->qp_state;
216 qp->qp_state = TAVOR_QP_INIT;
223 * and return success. The qp->qp_state should
249 qp->qp_state = TAVOR_QP_ERR;
274 qp->qp_state = TAVOR_QP_RESET;
329 qp->qp_state = TAVOR_QP_RTR;
343 qp->qp_state = TAVOR_QP_INIT;
357 qp->qp_state
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c231 ep_ptr->qp_state = IBT_STATE_ERROR;
250 * transition qp_state to IBT_STATE_RTS
256 ep_ptr->qp_state = IBT_STATE_RTS;
263 * transition qp_state to IBT_STATE_ERROR.
294 ep_ptr->qp_state = IBT_STATE_ERROR;
371 ep_ptr->qp_state = IBT_STATE_INIT;
605 ep_p->qp_state = IBT_STATE_ERROR;
H A Ddapl_tavor_ibtf.h44 #define DAPLIB_NEEDS_INIT(ep) ((ep)->qp_state == IBT_STATE_ERROR)
H A Ddapl_arbel_hw.c1048 if ((ep->qp_state == IBT_STATE_RESET) ||
1049 (ep->qp_state == IBT_STATE_INIT) ||
1050 (ep->qp_state == IBT_STATE_RTR)) {
1052 "post_send: invalid qp_state %d\n", ep->qp_state);
1184 if (ep->qp_state == IBT_STATE_RESET) {
1186 "post_recv: invalid qp_state %d\n", ep->qp_state);
H A Ddapl_tavor_hw.c1308 if ((ep->qp_state == IBT_STATE_RESET) ||
1309 (ep->qp_state == IBT_STATE_INIT) ||
1310 (ep->qp_state == IBT_STATE_RTR)) {
1312 "post_send: invalid qp_state %d\n", ep->qp_state);
1439 if (ep->qp_state == IBT_STATE_RESET) {
1441 "post_recv: invalid qp_state %d\n", ep->qp_state);
H A Ddapl_hermon_hw.c1086 if ((ep->qp_state == IBT_STATE_RESET) ||
1087 (ep->qp_state == IBT_STATE_INIT) ||
1088 (ep->qp_state == IBT_STATE_RTR)) {
1090 "post_send: invalid qp_state %d\n", ep->qp_state);
1241 if (ep->qp_state == IBT_STATE_RESET) {
1243 "post_recv: invalid qp_state %d\n", ep->qp_state);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c134 * last modified to or queried as - in "qp->qp_state").
136 mod_state = info_p->qp_state;
163 cur_state = qp->qp_state;
206 qp->qp_state = HERMON_QP_INIT;
214 * and return success. The qp->qp_state should
235 qp->qp_state = HERMON_QP_ERR;
259 qp->qp_state = HERMON_QP_RESET;
308 qp->qp_state = HERMON_QP_RTR;
321 qp->qp_state = HERMON_QP_INIT;
334 qp->qp_state
[all...]
H A Dhermon_qp.c605 qp->qp_state = HERMON_QP_RESET;
1117 qp->qp_state = HERMON_QP_RESET;
1706 qp->qp_state = HERMON_QP_RESET;
1911 if (qp->qp_state != HERMON_QP_RESET) {
1918 qp->qp_state = HERMON_QP_RESET;
2106 ibt_cep_state_t qp_state; local
2125 switch (qp->qp_state) {
2127 qp_state = IBT_STATE_RESET; /* "Reset" */
2130 qp_state = IBT_STATE_INIT; /* Initialized */
2133 qp_state
[all...]
H A Dhermon_wr.c797 uint_t qp_state; local
817 qp_state = qp->qp_state_for_post_send;
818 if ((qp_state == HERMON_QP_RESET) ||
819 (qp_state == HERMON_QP_INIT) ||
820 (qp_state == HERMON_QP_RTR)) {
1147 if (qp->qp_state == HERMON_QP_RESET) {
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h96 * below in qp_state. If "qp_is_special" == 0 then an ordinary data qp.
244 uint_t qp_state; member in struct:hermon_sw_qp_s
278 uint_t qp_state_for_post_send; /* copy of qp_state */
353 hermon_sw_qp_s::qp_state
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_qp.h272 uint_t qp_state; member in struct:tavor_sw_qp_s
361 tavor_sw_qp_s::qp_state
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c997 qp_infop->qp_state = IBT_STATE_RESET;
1002 qp_infop->qp_state = IBT_STATE_INIT;
1011 qp_infop->qp_state = IBT_STATE_RTR;
1020 qp_infop->qp_state = IBT_STATE_RTS;
1050 qp_infop->qp_state = IBT_STATE_SQD;
1055 qp_infop->qp_state = IBT_STATE_SQE;
1060 qp_infop->qp_state = IBT_STATE_ERROR;
1300 "qp_state %x, qp_current_state %x, qp_flags %x, qp_trans %x",
1301 qp_infop->qp_sq_sz, qp_infop->qp_rq_sz, qp_infop->qp_state,
1388 cur_state = IBT_TO_OFA_QP_STATE(qp_query_attr.qp_info.qp_state);
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Drdma_user_cm.h201 uint32_t qp_state; member in struct:rdma_ucm_init_qp_attr
H A Dib_user_verbs.h411 uint32_t qp_state; member in struct:ib_uverbs_qp_attr
526 uint8_t qp_state; member in struct:ib_uverbs_query_qp_resp
557 uint8_t qp_state; member in struct:ib_uverbs_modify_qp
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h322 ibt_cep_state_t qp_state; /* QP state */ member in struct:ibt_qp_info_s
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c5605 qp_info.qp_state = IBT_STATE_RTR;
5722 "qp_info.qp_state = %x", qp_attrs.qp_info.qp_state);
6417 if (qp_attrs.qp_info.qp_state != IBT_STATE_INIT &&
6427 qp_attrs.qp_info.qp_state != IBT_STATE_RTR &&
6428 qp_attrs.qp_info.qp_state != IBT_STATE_INIT) {
6439 qp_attrs.qp_info.qp_state == IBT_STATE_RTR &&
6450 qp_attrs.qp_info.qp_state == IBT_STATE_RTR) {
6472 qp_info.qp_state = IBT_STATE_INIT;
6573 qp_attrs.qp_info.qp_state
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c2178 qp_attr.qp_state = IB_QPS_INIT;
2187 qp_attr.qp_state = IB_QPS_RTR;
2192 qp_attr.qp_state = IB_QPS_RTS;
2205 qp_attr.qp_state = IB_QPS_INIT;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1256 qp_attr.qp_state = qp_attr_inp->qp_state;
1268 uverbs_qp_attr.qp_state = qp_attr.qp_state;

Completed in 115 milliseconds

12