Searched refs:HERMON_QP_RESET (Results 1 – 4 of 4) sorted by relevance
168 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()525 HERMON_SET_QP_POST_SEND_STATE(qp, HERMON_QP_RESET); in hermon_qp_modify()601 qp->qp_state = HERMON_QP_RESET; in hermon_qp_modify()[all …]
605 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()
818 if ((qp_state == HERMON_QP_RESET) || in hermon_post_send()1147 if (qp->qp_state == HERMON_QP_RESET) { in hermon_post_recv()
3692 #define HERMON_QP_RESET 0x0 macro