Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h96 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro
99 ((HWQ_CMP(hwq->prod, hwq)\
100 - 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()
799 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.c3710 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()