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

/linux-master/drivers/infiniband/hw/qedr/
H A Dverbs.c2472 enum ib_qp_state old_qp_state, new_qp_state; local
2485 new_qp_state = attr->qp_state;
2487 new_qp_state = old_qp_state;
2490 if (!ib_modify_qp_is_ok(old_qp_state, new_qp_state,
2494 "qpn=0x%x of type=0x%x old_qp_state=0x%x, new_qp_state=0x%x\n",
2496 old_qp_state, new_qp_state);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1941 enum ib_qp_state curr_qp_state, new_qp_state; local
1952 new_qp_state = qp_attr->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 526 milliseconds