Searched refs:maj_err_code (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_hw.c | 137 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 D | i40iw_utils.c | 516 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 D | i40iw.h | 124 u16 maj_err_code; member
|
H A D | i40iw_virtchnl.c | 312 cqe_info->maj_err_code, cqe_info->min_err_code); in pf_cqp_get_hmc_fcn_callback()
|
H A D | i40iw_type.h | 569 u16 maj_err_code; member
|
H A D | i40iw_ctrl.c | 745 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 D | main.h | 150 u16 maj_err_code; member 497 u16 maj_err_code, u16 min_err_code);
|
H A D | hw.c | 2095 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 D | utils.c | 593 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 D | type.h | 671 u16 maj_err_code; member
|
H A D | ctrl.c | 3372 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