Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3766 struct bnxt_qplib_qp *lib_qp = &qp->qplib_qp; in send_phantom_wqe() local
3772 rc = bnxt_re_bind_fence_mw(lib_qp); in send_phantom_wqe()
3774 lib_qp->sq.phantom_wqe_cnt++; in send_phantom_wqe()
3777 lib_qp->id, lib_qp->sq.hwq.prod, in send_phantom_wqe()
3778 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()
3779 lib_qp->sq.phantom_wqe_cnt); in send_phantom_wqe()
3793 struct bnxt_qplib_qp *lib_qp; in bnxt_re_poll_cq() local
3816 lib_qp = NULL; in bnxt_re_poll_cq()
3818 if (lib_qp) { in bnxt_re_poll_cq()
3819 sq = &lib_qp->sq; in bnxt_re_poll_cq()
[all …]
H A Dmain.c1591 struct bnxt_qplib_qp *lib_qp; in bnxt_re_handle_affi_async_event() local
1604 lib_qp = obj; in bnxt_re_handle_affi_async_event()
1605 qp = container_of(lib_qp, struct bnxt_re_qp, qplib_qp); in bnxt_re_handle_affi_async_event()
H A Dqplib_fp.c2611 u32 cq_cons, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_cq_process_req() argument
2690 *lib_qp = qp; in bnxt_qplib_cq_process_req()
3147 int num_cqes, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_poll_cq() argument
3175 cq->hwq.cons, lib_qp); in bnxt_qplib_poll_cq()