Searched refs:lib_qp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 3833 struct bnxt_qplib_qp *lib_qp = &qp->qplib_qp; in send_phantom_wqe() local 3839 rc = bnxt_re_bind_fence_mw(lib_qp); in send_phantom_wqe() 3841 lib_qp->sq.phantom_wqe_cnt++; in send_phantom_wqe() 3844 lib_qp->id, lib_qp->sq.hwq.prod, in send_phantom_wqe() 3845 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe() 3846 lib_qp->sq.phantom_wqe_cnt); in send_phantom_wqe() 3860 struct bnxt_qplib_qp *lib_qp; in bnxt_re_poll_cq() local 3883 lib_qp = NULL; in bnxt_re_poll_cq() 3884 ncqe = bnxt_qplib_poll_cq(&cq->qplib_cq, cqe, budget, &lib_qp); in bnxt_re_poll_cq() 3885 if (lib_qp) { in bnxt_re_poll_cq() [all …]
|
| H A D | main.c | 1669 struct bnxt_qplib_qp *lib_qp; in bnxt_re_handle_affi_async_event() local 1682 lib_qp = obj; in bnxt_re_handle_affi_async_event() 1683 qp = container_of(lib_qp, struct bnxt_re_qp, qplib_qp); in bnxt_re_handle_affi_async_event()
|
| H A D | qplib_fp.c | 2600 u32 cq_cons, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_cq_process_req() argument 2679 *lib_qp = qp; in bnxt_qplib_cq_process_req() 3136 int num_cqes, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_poll_cq() argument 3164 cq->hwq.cons, lib_qp); in bnxt_qplib_poll_cq()
|