Home
last modified time | relevance | path

Searched refs:HERMON_QP_RC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c1019 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_reset2init()
1186 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_init2init()
1391 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_init2rtr()
1731 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_rtr2rts()
1999 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_rts2rts()
2325 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_sqd2rts()
2626 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_sqd2sqd()
3253 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_reset2err()
H A Dhermon_wr.c833 if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_post_send()
1154 (qp->qp_serv_type != HERMON_QP_RC) && in hermon_post_recv()
1427 if (qp->qp_serv_type != HERMON_QP_RC) { in hermon_wqe_send_build()
H A Dhermon_qp.c651 qp->qp_serv_type = HERMON_QP_RC; in hermon_qp_alloc()
2260 } else if (qp->qp_serv_type == HERMON_QP_RC) { in hermon_qp_query()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h138 ((qp_trans == IBT_RC_SRV && qp_serv == HERMON_QP_RC) || \
H A Dhermon_hw.h3701 #define HERMON_QP_RC 0x0 macro