Searched refs:HWQ_CMP (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_res.h | 179 #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 D | qplib_rcfw.c | 267 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 D | qplib_fp.c | 444 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 D | ib_verbs.c | 4577 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in bnxt_re_legacy_send_phantom_wqe()
|