Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c168 case HERMON_QP_RESET: in hermon_qp_modify()
260 qp->qp_state = HERMON_QP_RESET; in hermon_qp_modify()
261 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RESET); in hermon_qp_modify()
335 qp->qp_state = HERMON_QP_RESET; in hermon_qp_modify()
336 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RESET); in hermon_qp_modify()
425 qp->qp_state = HERMON_QP_RESET; in hermon_qp_modify()
426 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RESET); in hermon_qp_modify()
524 qp->qp_state = HERMON_QP_RESET; in hermon_qp_modify()
601 qp->qp_state = HERMON_QP_RESET; in hermon_qp_modify()
726 qp->qp_state = HERMON_QP_RESET; in hermon_qp_modify()
[all …]
H A Dhermon_qp.c605 qp->qp_state = HERMON_QP_RESET; in hermon_qp_alloc()
606 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RESET); in hermon_qp_alloc()
1117 qp->qp_state = HERMON_QP_RESET; in hermon_special_qp_alloc()
1118 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RESET); in hermon_special_qp_alloc()
1706 qp->qp_state = HERMON_QP_RESET; in hermon_qp_alloc_range()
1707 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RESET); in hermon_qp_alloc_range()
1911 if (qp->qp_state != HERMON_QP_RESET) { in hermon_qp_free()
1918 qp->qp_state = HERMON_QP_RESET; in hermon_qp_free()
1919 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RESET); in hermon_qp_free()
2126 case HERMON_QP_RESET: in hermon_qp_query()
H A Dhermon_wr.c818 if ((qp_state == HERMON_QP_RESET) || in hermon_post_send()
1147 if (qp->qp_state == HERMON_QP_RESET) { in hermon_post_recv()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3692 #define HERMON_QP_RESET 0x0 macro