Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c1045 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_reset2init()
1228 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_init2init()
1533 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_init2rtr()
1837 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_rtr2rts()
2077 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_rts2rts()
2436 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_sqd2rts()
2839 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_sqd2sqd()
3033 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_sqerr2rts()
3261 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_reset2err()
H A Dhermon_wr.c837 if (qp->qp_serv_type == HERMON_QP_UC) in hermon_post_send()
1155 (qp->qp_serv_type != HERMON_QP_UC)) { in hermon_post_recv()
1544 if (qp->qp_serv_type != HERMON_QP_UC) { in hermon_wqe_send_build()
H A Dhermon_qp.c660 qp->qp_serv_type = HERMON_QP_UC; in hermon_qp_alloc()
2320 } else if (qp->qp_serv_type == HERMON_QP_UC) { in hermon_qp_query()
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h142 (qp_trans == IBT_UC_SRV && qp_serv == HERMON_QP_UC))
H A Dhermon_hw.h3702 #define HERMON_QP_UC 0x1 macro