Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c1462 struct bnxt_qplib_hwq *cq_hwq = &cq->hwq; in __clean_cq() local
1468 peek_cons = cq_hwq->cons; in __clean_cq()
1469 for (i = 0; i < cq_hwq->max_elements; i++) { in __clean_cq()
1470 hw_cqe = bnxt_qplib_get_qe(cq_hwq, peek_cons, NULL); in __clean_cq()
1501 bnxt_qplib_hwq_incr_cons(cq_hwq->max_elements, &peek_cons, in __clean_cq()