Lines Matching defs:ibqp
232 * @ibqp: Infiniband qp
238 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
240 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp);
241 struct rvt_dev_info *rdi = ib_to_rvt(ibqp->device);
247 if (ibqp->qp_num <= 1 || qp->state == IB_QPS_RESET)
295 * @ibqp: Infiniband qp
301 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
303 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp);
304 struct rvt_dev_info *rdi = ib_to_rvt(ibqp->device);
312 if (ibqp->qp_num <= 1)