Home
last modified time | relevance | path

Searched refs:maj_err_code (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_hw.c137 i40iw_pr_err("opcode = 0x%x maj_err_code = 0x%x min_err_code = 0x%x\n", in i40iw_cqp_ce_handler()
138 info.op_code, info.maj_err_code, info.min_err_code); in i40iw_cqp_ce_handler()
140 cqp_request->compl_info.maj_err_code = info.maj_err_code; in i40iw_cqp_ce_handler()
698 if (!cqp_request->compl_info.maj_err_code) { in i40iw_hw_flush_wqes()
H A Di40iw_utils.c516 info->cqp_cmd, cqp_request->compl_info.maj_err_code, in i40iw_wait_event()
978 ccq_cqe_info.maj_err_code = cqp_request->compl_info.maj_err_code; in i40iw_cqp_manage_hmc_fcn_worker()
H A Di40iw.h124 u16 maj_err_code; member
H A Di40iw_virtchnl.c312 cqe_info->maj_err_code, cqe_info->min_err_code); in pf_cqp_get_hmc_fcn_callback()
H A Di40iw_type.h569 u16 maj_err_code; member
H A Di40iw_ctrl.c745 info->maj_err_code = (u16)RS_64(temp, I40IW_CQ_MAJERR); in i40iw_sc_ccq_get_cqe_info()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dmain.h150 u16 maj_err_code; member
497 u16 maj_err_code, u16 min_err_code);
H A Dhw.c2095 info.maj_err_code, in irdma_cqp_ce_handler()
2097 ibdev_err(&rf->iwdev->ibdev, "cqp opcode = 0x%x maj_err_code = 0x%x min_err_code = 0x%x\n", in irdma_cqp_ce_handler()
2098 info.op_code, info.maj_err_code, info.min_err_code); in irdma_cqp_ce_handler()
2100 cqp_request->compl_info.maj_err_code = info.maj_err_code; in irdma_cqp_ce_handler()
2557 if (cqp_request->compl_info.maj_err_code) in irdma_hw_flush_wqes_callback()
2615 if (!wait || cqp_request->compl_info.maj_err_code) in irdma_hw_flush_wqes()
2656 if (new_req->compl_info.maj_err_code || in irdma_hw_flush_wqes()
2676 "VERBS: qp_id=%d qp_type=%d qpstate=%d ibqpstate=%d last_aeq=%d hw_iw_state=%d maj_err_code=%d min_err_code=%d\n", in irdma_hw_flush_wqes()
2679 cqp_request->compl_info.maj_err_code, in irdma_hw_flush_wqes()
[all...]
H A Dutils.c593 if (cqp_request->compl_info.maj_err_code == 0xFFFF) { in irdma_wait_event()
669 * @maj_err_code: major error code
673 u16 maj_err_code, u16 min_err_code) in irdma_cqp_crit_err()
678 if (maj_err_code == irdma_noncrit_err_list[i].maj && in irdma_cqp_crit_err()
683 irdma_cqp_cmd_names[cqp_cmd], maj_err_code, in irdma_cqp_crit_err() local
723 cqp_request->compl_info.maj_err_code, in irdma_handle_cqp_op()
728 cqp_request->compl_info.error, cqp_request->compl_info.maj_err_code, in irdma_handle_cqp_op()
672 irdma_cqp_crit_err(struct irdma_sc_dev *dev, u8 cqp_cmd, u16 maj_err_code, u16 min_err_code) irdma_cqp_crit_err() argument
H A Dtype.h671 u16 maj_err_code; member
H A Dctrl.c3372 info->maj_err_code = IRDMA_CQPSQ_MAJ_NO_ERROR; in irdma_sc_ccq_get_cqe_info()
3375 info->maj_err_code = (u16)FIELD_GET(IRDMA_CQ_MAJERR, temp); in irdma_sc_ccq_get_cqe_info()

Completed in 32 milliseconds