Home
last modified time | relevance | path

Searched refs:HWQ_CMP (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/
A Dqplib_res.h66 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro
69 ((HWQ_CMP(hwq->prod, hwq)\
70 - HWQ_CMP(hwq->cons, hwq))\
A Dqplib_fp.c248 sw_cons = HWQ_CMP(raw_cons, hwq); in clean_nq()
316 sw_cons = HWQ_CMP(raw_cons, hwq); in bnxt_qplib_service_nq()
397 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_nq_irq()
683 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_modify_srq()
684 sw_cons = HWQ_CMP(srq_hwq->cons, srq_hwq); in bnxt_qplib_modify_srq()
748 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_post_srq_recv()
768 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_post_srq_recv()
773 sw_cons = HWQ_CMP(srq_hwq->cons, srq_hwq); in bnxt_qplib_post_srq_recv()
2265 peek_sw_cq_cons = HWQ_CMP((peek_sw_cq_cons), &cq->hwq); in do_wa9060()
2607 sw_cons = HWQ_CMP(raw_cons, &cq->hwq); in bnxt_qplib_is_cq_empty()
[all …]
A Dqplib_rcfw.c168 sw_prod = HWQ_CMP(hwq->prod, hwq); in __send_message()
391 sw_cons = HWQ_CMP(raw_cons, hwq); in bnxt_qplib_service_creq()
444 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_creq_irq()
A Dib_verbs.c3408 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()

Completed in 22 milliseconds