Searched refs:HWQ_CMP (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.h | 83 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro 86 ((HWQ_CMP(hwq->prod, hwq)\ 87 - HWQ_CMP(hwq->cons, hwq))\
|
D | qplib_rcfw.c | 264 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()
|
D | qplib_fp.c | 248 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() 778 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_post_srq_recv() 798 sw_prod = HWQ_CMP(srq_hwq->prod, srq_hwq); in bnxt_qplib_post_srq_recv() 803 sw_cons = HWQ_CMP(srq_hwq->cons, srq_hwq); in bnxt_qplib_post_srq_recv() 2354 peek_sw_cq_cons = HWQ_CMP((peek_sw_cq_cons), &cq->hwq); in do_wa9060() 2693 sw_cons = HWQ_CMP(raw_cons, &cq->hwq); in bnxt_qplib_is_cq_empty() [all …]
|
D | ib_verbs.c | 3615 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()
|