Searched refs:HWQ_CMP (Results 1 – 4 of 4) sorted by relevance
96 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) macro99 ((HWQ_CMP(hwq->prod, hwq)\100 - 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()799 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()
3710 HWQ_CMP(lib_qp->sq.hwq.prod, &lib_qp->sq.hwq), in send_phantom_wqe()