Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_res.h16 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro
18 ((HWQ_CMP(hwq->prod, hwq)\
19 - HWQ_CMP(hwq->cons, hwq))\
H A Dbng_fw.c360 sw_prod = HWQ_CMP(hwq->prod, hwq); in __send_message()
526 sw_cons = HWQ_CMP(hwq->cons, hwq); in bng_re_creq_irq()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h106 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro
109 ((HWQ_CMP(hwq->prod, hwq)\
110 - HWQ_CMP(hwq->cons, hwq))\
H A Dqplib_rcfw.c264 sw_prod = HWQ_CMP(hwq->prod, hwq); in __send_message_no_waiter()
344 sw_prod = HWQ_CMP(hwq->prod, hwq); in __send_message()
802 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_creq_irq()
H A Dqplib_fp.c424 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_nq_irq()
H A Dib_verbs.c3845 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()