Searched refs:lib_qp (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 3139 struct bnxt_qplib_qp *lib_qp = &qp->qplib_qp; in send_phantom_wqe() local 3145 rc = bnxt_re_bind_fence_mw(lib_qp); in send_phantom_wqe() 3147 lib_qp->sq.phantom_wqe_cnt++; in send_phantom_wqe() 3148 dev_dbg(&lib_qp->sq.hwq.pdev->dev, in send_phantom_wqe() 3150 lib_qp->id, lib_qp->sq.hwq.prod, in send_phantom_wqe() 3151 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe() 3152 lib_qp->sq.phantom_wqe_cnt); in send_phantom_wqe() 3166 struct bnxt_qplib_qp *lib_qp; in bnxt_re_poll_cq() local 3180 lib_qp = NULL; in bnxt_re_poll_cq() 3181 ncqe = bnxt_qplib_poll_cq(&cq->qplib_cq, cqe, budget, &lib_qp); in bnxt_re_poll_cq() [all …]
|
D | main.c | 786 struct bnxt_qplib_qp *lib_qp = obj; in bnxt_re_handle_affi_async_event() local 787 struct bnxt_re_qp *qp = container_of(lib_qp, struct bnxt_re_qp, in bnxt_re_handle_affi_async_event()
|
D | qplib_fp.c | 2203 u32 cq_cons, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_cq_process_req() argument 2279 *lib_qp = qp; in bnxt_qplib_cq_process_req() 2745 int num_cqes, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_poll_cq() argument 2774 sw_cons, lib_qp); in bnxt_qplib_poll_cq()
|