Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c2857 u32 swq_last = 0, cqe_cons; in bnxt_qplib_cq_process_terminal() local
2877 cqe_cons = le16_to_cpu(hwcqe->sq_cons_idx); in bnxt_qplib_cq_process_terminal()
2878 if (cqe_cons == 0xFFFF) in bnxt_qplib_cq_process_terminal()
2880 cqe_cons %= sq->max_wqe; in bnxt_qplib_cq_process_terminal()
2895 if (swq_last == cqe_cons) in bnxt_qplib_cq_process_terminal()
2913 if (!(*budget) && swq_last != cqe_cons) { in bnxt_qplib_cq_process_terminal()
2922 cqe_cons = le16_to_cpu(hwcqe->rq_cons_idx); in bnxt_qplib_cq_process_terminal()
2923 if (cqe_cons == 0xFFFF) { in bnxt_qplib_cq_process_terminal()
2925 } else if (cqe_cons > rq->max_wqe - 1) { in bnxt_qplib_cq_process_terminal()
2928 cqe_cons, rq->max_wqe); in bnxt_qplib_cq_process_terminal()