Home
last modified time | relevance | path

Searched refs:HERMON_QP_INIT (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c206 qp->qp_state = HERMON_QP_INIT; in hermon_qp_modify()
207 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_INIT); in hermon_qp_modify()
267 case HERMON_QP_INIT: in hermon_qp_modify()
321 qp->qp_state = HERMON_QP_INIT; in hermon_qp_modify()
322 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_INIT); in hermon_qp_modify()
H A Dhermon_wr.c819 (qp_state == HERMON_QP_INIT) || in hermon_post_send()
H A Dhermon_qp.c2129 case HERMON_QP_INIT: in hermon_qp_query()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3693 #define HERMON_QP_INIT 0x1 macro