Searched refs:HWQ_CMP (Results 1 – 4 of 4) sorted by relevance
98 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro101 ((HWQ_CMP(hwq->prod, hwq)\102 - HWQ_CMP(hwq->cons, hwq))\
264 sw_prod = HWQ_CMP(hwq->prod, hwq); in __send_message_no_waiter()344 sw_prod = HWQ_CMP(hwq->prod, hwq); in __send_message()800 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_creq_irq()
424 sw_cons = HWQ_CMP(hwq->cons, hwq); in bnxt_qplib_nq_irq()
3787 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()