Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c156 cur_state = HERMON_QP_SQD; /* SQ Drained */ in hermon_qp_modify()
504 qp->qp_state = HERMON_QP_SQD; in hermon_qp_modify()
505 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_SQD); in hermon_qp_modify()
635 case HERMON_QP_SQD: in hermon_qp_modify()
670 qp->qp_state = HERMON_QP_SQD; in hermon_qp_modify()
671 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_SQD); in hermon_qp_modify()
698 qp->qp_state = HERMON_QP_SQD; in hermon_qp_modify()
699 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_SQD); in hermon_qp_modify()
H A Dhermon_qp.c2141 case HERMON_QP_SQD: in hermon_qp_query()
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3697 #define HERMON_QP_SQD 0x5 macro