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 | 2398 u32 cq_cons, u32 swq_last, u32 cqe_sq_cons) in do_wa9060() argument 2420 cq_cons, qp->id, swq_last, cqe_sq_cons); in do_wa9060() 2487 cq_cons, qp->id, swq_last, cqe_sq_cons); in do_wa9060() 2498 int cqe_sq_cons = -1; in bnxt_qplib_get_cqe_sq_cons() local 2509 cqe_sq_cons = swq->next_idx; in bnxt_qplib_get_cqe_sq_cons() 2511 __func__, cqe_sq_cons, cqe_slot); in bnxt_qplib_get_cqe_sq_cons() 2517 return cqe_sq_cons; in bnxt_qplib_get_cqe_sq_cons() 2527 u32 cqe_sq_cons, slot_num; in bnxt_qplib_cq_process_req() local 2542 cqe_sq_cons = le16_to_cpu(hwcqe->sq_cons_idx) % sq->max_sw_wqe; in bnxt_qplib_cq_process_req() 2557 cqe_sq_cons = cqe_cons; in bnxt_qplib_cq_process_req() [all …]
|