Searched refs:curr_qp_state (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1941 enum ib_qp_state curr_qp_state, new_qp_state; local
1951 curr_qp_state = __to_ib_qp_state(qp->qplib_qp.cur_qp_state);
1953 if (!ib_modify_qp_is_ok(curr_qp_state, new_qp_state,
1962 "curr_qp_state=0x%x, new_qp_state=0x%x\n",
1963 curr_qp_state, new_qp_state);

Completed in 118 milliseconds