Searched refs:lib_qp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 3775 struct bnxt_qplib_qp *lib_qp = &qp->qplib_qp; in send_phantom_wqe() local 3781 rc = bnxt_re_bind_fence_mw(lib_qp); in send_phantom_wqe() 3783 lib_qp->sq.phantom_wqe_cnt++; in send_phantom_wqe() 3786 lib_qp->id, lib_qp->sq.hwq.prod, in send_phantom_wqe() 3787 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe() 3788 lib_qp->sq.phantom_wqe_cnt); in send_phantom_wqe() 3802 struct bnxt_qplib_qp *lib_qp; in bnxt_re_poll_cq() local 3825 lib_qp = NULL; in bnxt_re_poll_cq() 3826 ncqe = bnxt_qplib_poll_cq(&cq->qplib_cq, cqe, budget, &lib_qp); in bnxt_re_poll_cq() 3827 if (lib_qp) { in bnxt_re_poll_cq() [all …]
|
H A D | main.c | 1590 struct bnxt_qplib_qp *lib_qp; in bnxt_re_handle_affi_async_event() local 1603 lib_qp = obj; in bnxt_re_handle_affi_async_event() 1604 qp = container_of(lib_qp, struct bnxt_re_qp, qplib_qp); in bnxt_re_handle_affi_async_event()
|
H A D | qplib_fp.c | 2613 u32 cq_cons, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_cq_process_req() argument 2692 *lib_qp = qp; in bnxt_qplib_cq_process_req() 3149 int num_cqes, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_poll_cq() argument 3177 cq->hwq.cons, lib_qp); in bnxt_qplib_poll_cq()
|