Searched refs:cqe_sq_cons (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 2488 u32 cq_cons, u32 swq_last, u32 cqe_sq_cons) in do_wa9060() argument 2510 cq_cons, qp->id, swq_last, cqe_sq_cons); in do_wa9060() 2577 cq_cons, qp->id, swq_last, cqe_sq_cons); in do_wa9060() 2588 int cqe_sq_cons = -1; in bnxt_qplib_get_cqe_sq_cons() local 2599 cqe_sq_cons = swq->next_idx; in bnxt_qplib_get_cqe_sq_cons() 2601 __func__, cqe_sq_cons, cqe_slot); in bnxt_qplib_get_cqe_sq_cons() 2607 return cqe_sq_cons; in bnxt_qplib_get_cqe_sq_cons() 2617 u32 cqe_sq_cons, slot_num; in bnxt_qplib_cq_process_req() local 2632 cqe_sq_cons = le16_to_cpu(hwcqe->sq_cons_idx) % sq->max_sw_wqe; in bnxt_qplib_cq_process_req() 2647 cqe_sq_cons = cqe_cons; in bnxt_qplib_cq_process_req() [all …]
|