Searched refs:nes_modify_qp (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes.h | 559 int nes_modify_qp(struct ib_qp *, struct ib_qp_attr *, int, struct ib_udata *);
|
D | nes_verbs.c | 1351 nes_modify_qp(&nesqp->ibqp, &attr, IB_QP_STATE, NULL); in nes_destroy_qp() 2714 int nes_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in nes_modify_qp() function 3687 nesibdev->ibdev.modify_qp = nes_modify_qp; in nes_init_ofa_device()
|
D | nes_cm.c | 3287 nes_modify_qp(&nesqp->ibqp, &attr, IB_QP_STATE, NULL); in nes_accept() 3678 nes_modify_qp(&nesqp->ibqp, &attr, IB_QP_STATE, NULL); in cm_event_connected()
|