Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dverbs.c2475 enum ib_qp_state old_qp_state, new_qp_state; in qedr_modify_qp() local
2485 new_qp_state = attr->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 Dverbs.c2472 enum ib_qp_state old_qp_state, new_qp_state; in qedr_modify_qp() local
2485 new_qp_state = attr->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-5.10/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1826 enum ib_qp_state curr_qp_state, new_qp_state; in bnxt_re_modify_qp() local
1834 new_qp_state = qp_attr->qp_state; in bnxt_re_modify_qp()
1835 if (!ib_modify_qp_is_ok(curr_qp_state, new_qp_state, in bnxt_re_modify_qp()
1844 "curr_qp_state=0x%x, new_qp_state=0x%x\n", in bnxt_re_modify_qp()
1845 curr_qp_state, new_qp_state); in bnxt_re_modify_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1923 enum ib_qp_state curr_qp_state, new_qp_state; in bnxt_re_modify_qp() local
1934 new_qp_state = qp_attr->qp_state; in bnxt_re_modify_qp()
1935 if (!ib_modify_qp_is_ok(curr_qp_state, new_qp_state, in bnxt_re_modify_qp()
1944 "curr_qp_state=0x%x, new_qp_state=0x%x\n", in bnxt_re_modify_qp()
1945 curr_qp_state, new_qp_state); in bnxt_re_modify_qp()

Completed in 21 milliseconds