• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/qlnx/qlnxr/

Lines Matching refs:ibqp

884 get_gid_info(struct ib_qp *ibqp, struct ib_qp_attr *attr,
3276 qp->ibqp.qp_num = qp->qp_id;
3285 QL_DPRINT12(ha, "exit [%p]\n", &qp->ibqp);
3287 return &qp->ibqp;
3525 qlnxr_modify_qp(struct ib_qp *ibqp,
3531 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp);
3554 ibqp->qp_type,
3561 attr_mask, qp->qp_id, ibqp->qp_type,
3569 ibqp->qp_type,
3575 attr_mask, qp->qp_id, ibqp->qp_type,
3657 get_gid_info(ibqp, attr, attr_mask, dev, qp, &qp_params);
3871 qlnxr_query_qp(struct ib_qp *ibqp,
3878 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp);
4033 if (qp->ibqp.uobject && qp->ibqp.uobject->context)
4039 if (qp->ibqp.uobject && qp->ibqp.uobject->context)
4056 qlnxr_destroy_qp(struct ib_qp *ibqp)
4058 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp);
4078 qlnxr_modify_qp(ibqp, &attr, attr_mask, NULL);
4606 qlnxr_post_send(struct ib_qp *ibqp,
4610 struct qlnxr_dev *dev = get_qlnxr_dev(ibqp->device);
4611 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp);
4621 QL_DPRINT12(ha, "exit[ibqp, wr, bad_wr] = [%p, %p, %p]\n",
4622 ibqp, wr, bad_wr);
4628 return qlnxr_gsi_post_send(ibqp, wr, bad_wr);
4976 QL_DPRINT12(ha, "exit[ibqp, wr, bad_wr] = [%p, %p, %p]\n",
4977 ibqp, wr, bad_wr);
4997 qlnxr_post_recv(struct ib_qp *ibqp,
5001 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp);
5017 return qlnxr_gsi_post_recv(ibqp, wr, bad_wr);
5171 wc->qp = &qp->ibqp;
5423 wc->qp = &qp->ibqp;
5452 wc->qp = &qp->ibqp;
5508 wc->qp = &qp->ibqp;
5682 wc->qp = &qp->ibqp;
6639 qlnxr_iw_qp_rem_ref(&qp->ibqp);
6665 qlnxr_iw_qp_rem_ref(&qp->ibqp);
6683 qlnxr_iw_qp_add_ref(&qp->ibqp);
6730 struct ib_qp *ibqp = &(ep->qp->ibqp);
6738 context, params->event, str, ibqp->event_handler);
6740 if (ibqp->event_handler) {
6742 event.device = ibqp->device;
6743 event.element.qp = ibqp;
6744 ibqp->event_handler(&event, ibqp->qp_context);
7186 qlnxr_iw_qp_add_ref(struct ib_qp *ibqp)
7188 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp);
7193 QL_DPRINT12(ha, "enter ibqp = %p\n", ibqp);
7202 qlnxr_iw_qp_rem_ref(struct ib_qp *ibqp)
7204 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp);
7209 QL_DPRINT12(ha, "enter ibqp = %p qp = %p\n", ibqp, qp);