• Home
  • Raw
  • Download

Lines Matching refs:ib_qp

438 	struct ib_pd *ib_pd = qp->ib_qp.pd;  in bnxt_re_bind_fence_mw()
794 int bnxt_re_destroy_qp(struct ib_qp *ib_qp) in bnxt_re_destroy_qp() argument
796 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_destroy_qp()
806 if (ib_qp->qp_type == IB_QPT_GSI && rdev->qp1_sqp) { in bnxt_re_destroy_qp()
1023 struct ib_qp *bnxt_re_create_qp(struct ib_pd *ib_pd, in bnxt_re_create_qp()
1187 qp->ib_qp.qp_num = qp->qplib_qp.id; in bnxt_re_create_qp()
1194 resp.qpid = qp->ib_qp.qp_num; in bnxt_re_create_qp()
1208 return &qp->ib_qp; in bnxt_re_create_qp()
1334 int bnxt_re_modify_qp(struct ib_qp *ib_qp, struct ib_qp_attr *qp_attr, in bnxt_re_modify_qp() argument
1337 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_modify_qp()
1352 ib_qp->qp_type, qp_attr_mask, in bnxt_re_modify_qp()
1359 ib_qp->qp_num, ib_qp->qp_type); in bnxt_re_modify_qp()
1567 if (ib_qp->qp_type == IB_QPT_GSI && rdev->qp1_sqp) in bnxt_re_modify_qp()
1572 int bnxt_re_query_qp(struct ib_qp *ib_qp, struct ib_qp_attr *qp_attr, in bnxt_re_query_qp() argument
1575 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_query_qp()
2067 if ((qp->ib_qp.qp_type == IB_QPT_UD || in bnxt_ud_qp_hw_stall_workaround()
2068 qp->ib_qp.qp_type == IB_QPT_GSI || in bnxt_ud_qp_hw_stall_workaround()
2069 qp->ib_qp.qp_type == IB_QPT_RAW_ETHERTYPE) && in bnxt_ud_qp_hw_stall_workaround()
2076 bnxt_re_modify_qp(&qp->ib_qp, &qp_attr, qp_attr_mask, NULL); in bnxt_ud_qp_hw_stall_workaround()
2131 int bnxt_re_post_send(struct ib_qp *ib_qp, struct ib_send_wr *wr, in bnxt_re_post_send() argument
2134 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_post_send()
2163 if (ib_qp->qp_type == IB_QPT_GSI) { in bnxt_re_post_send()
2265 int bnxt_re_post_recv(struct ib_qp *ib_qp, struct ib_recv_wr *wr, in bnxt_re_post_recv() argument
2268 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_post_recv()
2294 if (ib_qp->qp_type == IB_QPT_GSI) in bnxt_re_post_recv()
2833 wc->qp = &qp1_qp->ib_qp; in bnxt_re_process_res_shadow_qp_wc()
2948 wc->qp = &qp->ib_qp; in bnxt_re_poll_cq()