Searched refs:qplib_cq (Results 1 – 3 of 3) sorted by relevance
1056 qp->qplib_qp.scq = &cq->qplib_cq; in bnxt_re_create_qp()1068 qp->qplib_qp.rcq = &cq->qplib_cq; in bnxt_re_create_qp()2523 nq = cq->qplib_cq.nq; in bnxt_re_destroy_cq()2525 bnxt_qplib_destroy_cq(&rdev->qplib_res, &cq->qplib_cq); in bnxt_re_destroy_cq()2551 cq->qplib_cq.cq_handle = (u64)(unsigned long)(&cq->qplib_cq); in bnxt_re_create_cq()2573 cq->qplib_cq.sg_info.sglist = cq->umem->sg_head.sgl; in bnxt_re_create_cq()2574 cq->qplib_cq.sg_info.npages = ib_umem_num_pages(cq->umem); in bnxt_re_create_cq()2575 cq->qplib_cq.sg_info.nmap = cq->umem->nmap; in bnxt_re_create_cq()2576 cq->qplib_cq.dpi = &uctx->dpi; in bnxt_re_create_cq()2586 cq->qplib_cq.dpi = &rdev->dpi_privileged; in bnxt_re_create_cq()[all …]
102 struct bnxt_qplib_cq qplib_cq; member
883 qplib_cq); in bnxt_re_cqn_handler()