Home
last modified time | relevance | path

Searched refs:HWQ_CMP (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h72 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro
75 ((HWQ_CMP(hwq->prod, hwq)\
76 - HWQ_CMP(hwq->cons, hwq))\
H A Dqplib_fp.c247 sw_cons = HWQ_CMP(raw_cons, hwq); in clean_nq()
315 sw_cons = HWQ_CMP(raw_cons, hwq); in bnxt_qplib_service_nq()
396 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_nq_irq()
694 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_modify_srq()
695 sw_cons = HWQ_CMP(srq_hwq->cons, srq_hwq); in bnxt_qplib_modify_srq()
759 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_post_srq_recv()
779 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_post_srq_recv()
784 sw_cons = HWQ_CMP(srq_hwq->cons, srq_hwq); in bnxt_qplib_post_srq_recv()
2273 peek_sw_cq_cons = HWQ_CMP((peek_sw_cq_cons), &cq->hwq); in do_wa9060()
2615 sw_cons = HWQ_CMP(raw_con in bnxt_qplib_is_cq_empty()
[all...]
H 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()
447 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_creq_irq()
H A Dib_verbs.c3412 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h83 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro
86 ((HWQ_CMP(hwq->prod, hwq)\
87 - HWQ_CMP(hwq->cons, hwq))\
H A Dqplib_fp.c248 sw_cons = HWQ_CMP(raw_cons, hwq); in clean_nq()
314 sw_cons = HWQ_CMP(raw_cons, hwq); in bnxt_qplib_service_nq()
409 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_nq_irq()
708 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_modify_srq()
709 sw_cons = HWQ_CMP(srq_hwq->cons, srq_hwq); in bnxt_qplib_modify_srq()
779 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_post_srq_recv()
799 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_post_srq_recv()
804 sw_cons = HWQ_CMP(srq_hwq->cons, srq_hwq); in bnxt_qplib_post_srq_recv()
2355 peek_sw_cq_cons = HWQ_CMP((peek_sw_cq_cons), &cq->hwq); in do_wa9060()
2694 sw_cons = HWQ_CMP(raw_con in bnxt_qplib_is_cq_empty()
[all...]
H A Dqplib_rcfw.c264 sw_prod = HWQ_CMP(hwq->prod, hwq); in __send_message_no_waiter()
345 sw_prod = HWQ_CMP(hwq->prod, hwq); in __send_message()
745 sw_cons = HWQ_CMP(raw_cons, hwq); in bnxt_qplib_service_creq()
802 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_creq_irq()
H A Dib_verbs.c3614 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()

Completed in 21 milliseconds