Searched refs:new_qps (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 1392 enum ib_qp_state old_qps, new_qps; in ocrdma_modify_qp() local 1403 new_qps = attr->qp_state; in ocrdma_modify_qp() 1405 new_qps = old_qps; in ocrdma_modify_qp() 1408 if (!ib_modify_qp_is_ok(old_qps, new_qps, ibqp->qp_type, attr_mask)) { in ocrdma_modify_qp() 1410 "qpn=0x%x of type=0x%x old_qps=0x%x, new_qps=0x%x\n", in ocrdma_modify_qp() 1412 old_qps, new_qps); in ocrdma_modify_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 1391 enum ib_qp_state old_qps, new_qps; in ocrdma_modify_qp() local 1405 new_qps = attr->qp_state; in ocrdma_modify_qp() 1407 new_qps = old_qps; in ocrdma_modify_qp() 1410 if (!ib_modify_qp_is_ok(old_qps, new_qps, ibqp->qp_type, attr_mask)) { in ocrdma_modify_qp() 1412 "qpn=0x%x of type=0x%x old_qps=0x%x, new_qps=0x%x\n", in ocrdma_modify_qp() 1414 old_qps, new_qps); in ocrdma_modify_qp()
|
Completed in 8 milliseconds