Searched refs:hwcqe (Results 1 – 1 of 1) sorted by relevance
2611 struct cq_req *hwcqe, in bnxt_qplib_cq_process_req() argument2624 le64_to_cpu(hwcqe->qp_handle)); in bnxt_qplib_cq_process_req()2632 cqe_sq_cons = le16_to_cpu(hwcqe->sq_cons_idx) % sq->max_sw_wqe; in bnxt_qplib_cq_process_req()2639 if (__is_err_cqe_for_var_wqe(qp, hwcqe->status)) { in bnxt_qplib_cq_process_req()2640 slot_num = le16_to_cpu(hwcqe->sq_cons_idx); in bnxt_qplib_cq_process_req()2677 hwcqe->status != CQ_REQ_STATUS_OK) { in bnxt_qplib_cq_process_req()2678 cqe->status = hwcqe->status; in bnxt_qplib_cq_process_req()2737 struct cq_res_rc *hwcqe, in bnxt_qplib_cq_process_res_rc() argument2748 le64_to_cpu(hwcqe->qp_handle)); in bnxt_qplib_cq_process_res_rc()2760 cqe->opcode = hwcqe->cqe_type_toggle & CQ_BASE_CQE_TYPE_MASK; in bnxt_qplib_cq_process_res_rc()[all …]