Searched refs:HWQ_CMP (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/infiniband/hw/bng_re/ |
| H A D | bng_res.h | 16 #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 D | bng_fw.c | 360 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 D | qplib_res.h | 106 #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 D | qplib_rcfw.c | 264 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 D | qplib_fp.c | 424 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_nq_irq()
|
| H A D | ib_verbs.c | 3845 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()
|