Lines Matching refs:ib_qp
202 static void c2_add_ref(struct ib_qp *ibqp) in c2_add_ref()
210 static void c2_rem_ref(struct ib_qp *ibqp) in c2_rem_ref()
219 struct ib_qp *c2_get_qp(struct ib_device *device, int qpn) in c2_get_qp()
232 static struct ib_qp *c2_create_qp(struct ib_pd *pd, in c2_create_qp()
278 static int c2_destroy_qp(struct ib_qp *ib_qp) in c2_destroy_qp() argument
280 struct c2_qp *qp = to_c2qp(ib_qp); in c2_destroy_qp()
283 __func__, __LINE__, ib_qp, qp->state); in c2_destroy_qp()
284 c2_free_qp(to_c2dev(ib_qp->device), qp); in c2_destroy_qp()
558 static int c2_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c2_modify_qp()
570 static int c2_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c2_multicast_attach()
576 static int c2_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c2_multicast_detach()