Home
last modified time | relevance | path

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

/src/contrib/ofed/libbnxtre/
H A Dverbs.h133 qp->qpst == IBV_QPS_RESET && attr->qp_state == IBV_QPS_INIT) { in can_request_ppp()
H A Dverbs.c635 if (qp->qpst != IBV_QPS_ERR) in bnxt_re_poll_err_scqe()
636 qp->qpst = IBV_QPS_ERR; in bnxt_re_poll_err_scqe()
868 if (qp->qpst != IBV_QPS_ERR) in bnxt_re_qp_move_flush_err()
869 qp->qpst = IBV_QPS_ERR; in bnxt_re_qp_move_flush_err()
883 if (qp->qpst != IBV_QPS_RESET) in bnxt_re_poll_term_cqe()
1600 qp->qpst = IBV_QPS_RESET; in bnxt_re_create_qp()
1663 qp->qpst = attr->qp_state; in bnxt_re_modify_qp()
1665 if (qp->qpst == IBV_QPS_RESET) { in bnxt_re_modify_qp()
1725 qp->qpst = ibvqp->state; in bnxt_re_query_qp()
1736 qp->qpst = IBV_QPS_RESET; in bnxt_re_destroy_qp()
H A Dmain.h213 uint16_t qpst; member