Searched refs:old_qp_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | verbs.c | 2475 enum ib_qp_state old_qp_state, new_qp_state; in qedr_modify_qp() local 2483 old_qp_state = qedr_get_ibqp_state(qp->state); in qedr_modify_qp() 2487 new_qp_state = old_qp_state; in qedr_modify_qp() 2490 if (!ib_modify_qp_is_ok(old_qp_state, new_qp_state, in qedr_modify_qp() 2494 "qpn=0x%x of type=0x%x old_qp_state=0x%x, new_qp_state=0x%x\n", in qedr_modify_qp() 2496 old_qp_state, new_qp_state); in qedr_modify_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | verbs.c | 2472 enum ib_qp_state old_qp_state, new_qp_state; in qedr_modify_qp() local 2483 old_qp_state = qedr_get_ibqp_state(qp->state); in qedr_modify_qp() 2487 new_qp_state = old_qp_state; in qedr_modify_qp() 2490 if (!ib_modify_qp_is_ok(old_qp_state, new_qp_state, in qedr_modify_qp() 2494 "qpn=0x%x of type=0x%x old_qp_state=0x%x, new_qp_state=0x%x\n", in qedr_modify_qp() 2496 old_qp_state, new_qp_state); in qedr_modify_qp()
|
Completed in 10 milliseconds