Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c2716 u32 swq_last = 0, cqe_cons; in bnxt_qplib_cq_process_terminal() local
2739 cqe_cons = le16_to_cpu(hwcqe->sq_cons_idx); in bnxt_qplib_cq_process_terminal()
2740 if (cqe_cons == 0xFFFF) in bnxt_qplib_cq_process_terminal()
2742 cqe_cons %= sq->max_wqe; in bnxt_qplib_cq_process_terminal()
2757 if (swq_last == cqe_cons) in bnxt_qplib_cq_process_terminal()
2774 if (!(*budget) && swq_last != cqe_cons) { in bnxt_qplib_cq_process_terminal()
2783 cqe_cons = le16_to_cpu(hwcqe->rq_cons_idx); in bnxt_qplib_cq_process_terminal()
2784 if (cqe_cons == 0xFFFF) { in bnxt_qplib_cq_process_terminal()
2786 } else if (cqe_cons > rq->max_wqe - 1) { in bnxt_qplib_cq_process_terminal()
2789 cqe_cons, rq->max_wqe); in bnxt_qplib_cq_process_terminal()