Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c3304 u32 cqe_cons; in bnxt_qplib_cq_process_terminal() local
3328 cqe_cons = le16_to_cpu(hwcqe->sq_cons_idx); in bnxt_qplib_cq_process_terminal()
3329 if (cqe_cons == 0xFFFF) in bnxt_qplib_cq_process_terminal()
3332 cqe_cons %= sq->max_wqe; in bnxt_qplib_cq_process_terminal()
3346 if (swq_last == cqe_cons) in bnxt_qplib_cq_process_terminal()
3370 if (!*budget && swq_last != cqe_cons) { in bnxt_qplib_cq_process_terminal()
3379 cqe_cons = le16_to_cpu(hwcqe->rq_cons_idx); in bnxt_qplib_cq_process_terminal()
3380 if (cqe_cons == 0xFFFF) { in bnxt_qplib_cq_process_terminal()
3382 } else if (cqe_cons > (rq->max_wqe - 1)) { in bnxt_qplib_cq_process_terminal()
3387 cqe_cons, rq->hwq.depth); in bnxt_qplib_cq_process_terminal()