Home
last modified time | relevance | path

Searched refs:qplib_cq (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c1088 qp->qplib_qp.scq = &cq->qplib_cq; in bnxt_re_create_qp()
1100 qp->qplib_qp.rcq = &cq->qplib_cq; in bnxt_re_create_qp()
2565 nq = cq->qplib_cq.nq; in bnxt_re_destroy_cq()
2567 rc = bnxt_qplib_destroy_cq(&rdev->qplib_res, &cq->qplib_cq); in bnxt_re_destroy_cq()
2606 cq->qplib_cq.cq_handle = (u64)(unsigned long)(&cq->qplib_cq); in bnxt_re_create_cq()
2630 cq->qplib_cq.sghead = cq->umem->sg_head.sgl; in bnxt_re_create_cq()
2631 cq->qplib_cq.nmap = cq->umem->nmap; in bnxt_re_create_cq()
2632 cq->qplib_cq.dpi = &uctx->dpi; in bnxt_re_create_cq()
2642 cq->qplib_cq.dpi = &rdev->dpi_privileged; in bnxt_re_create_cq()
2643 cq->qplib_cq.sghead = NULL; in bnxt_re_create_cq()
[all …]
Dib_verbs.h102 struct bnxt_qplib_cq qplib_cq; member
Dmain.c848 qplib_cq); in bnxt_re_cqn_handler()