Lines Matching defs:ibqp
274 * @ibqp: Infiniband qp
280 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
282 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp);
283 struct rvt_dev_info *rdi = ib_to_rvt(ibqp->device);
289 if (ibqp->qp_num <= 1 || qp->state == IB_QPS_RESET)
337 * @ibqp: Infiniband qp
343 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
345 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp);
346 struct rvt_dev_info *rdi = ib_to_rvt(ibqp->device);
354 if (ibqp->qp_num <= 1)