Home
last modified time | relevance | path

Searched refs:HERMON_QP_RTS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c150 cur_state = HERMON_QP_RTS; /* Ready to Send */ in hermon_qp_modify()
411 qp->qp_state = HERMON_QP_RTS; in hermon_qp_modify()
412 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RTS); in hermon_qp_modify()
459 case HERMON_QP_RTS: in hermon_qp_modify()
490 qp->qp_state = HERMON_QP_RTS; in hermon_qp_modify()
491 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RTS); in hermon_qp_modify()
587 qp->qp_state = HERMON_QP_RTS; in hermon_qp_modify()
588 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RTS); in hermon_qp_modify()
712 qp->qp_state = HERMON_QP_RTS; in hermon_qp_modify()
713 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RTS); in hermon_qp_modify()
H A Dhermon_qp.c2135 case HERMON_QP_RTS: in hermon_qp_query()
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3695 #define HERMON_QP_RTS 0x3 macro