Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h179 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro
181 ((HWQ_CMP(hwq->prod, hwq)\
182 - HWQ_CMP(hwq->cons, hwq))\
H A Dqplib_rcfw.c267 sw_prod = HWQ_CMP(cmdq_hwq->prod, cmdq_hwq); in __send_message_no_waiter()
360 sw_prod = HWQ_CMP(cmdq_hwq->prod, cmdq_hwq); in __send_message()
H A Dqplib_fp.c444 sw_cons = HWQ_CMP(nq_hwq->cons, nq_hwq); in bnxt_qplib_nq_irq()
1966 HWQ_CMP(sq_hwq->prod, sq_hwq), in bnxt_qplib_post_send()
1967 HWQ_CMP(sq_hwq->cons, sq_hwq), in bnxt_qplib_post_send()
H A Dib_verbs.c4577 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in bnxt_re_legacy_send_phantom_wqe()