Lines Matching refs:ibqp
202 static void c2_add_ref(struct ib_qp *ibqp) in c2_add_ref() argument
205 BUG_ON(!ibqp); in c2_add_ref()
206 qp = to_c2qp(ibqp); in c2_add_ref()
210 static void c2_rem_ref(struct ib_qp *ibqp) in c2_rem_ref() argument
213 BUG_ON(!ibqp); in c2_rem_ref()
214 qp = to_c2qp(ibqp); in c2_rem_ref()
229 return (qp?&qp->ibqp:NULL); in c2_get_qp()
275 return &qp->ibqp; in c2_create_qp()
558 static int c2_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c2_modify_qp() argument
564 c2_qp_modify(to_c2dev(ibqp->device), to_c2qp(ibqp), 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() argument
576 static int c2_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c2_multicast_detach() argument