Home
last modified time | relevance | path

Searched refs:maj_err_code (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/irdma/
Dmain.h148 u16 maj_err_code; member
492 u16 maj_err_code, u16 min_err_code);
Dhw.c2050 info.maj_err_code, in irdma_cqp_ce_handler()
2053 info.op_code, info.maj_err_code, info.min_err_code); in irdma_cqp_ce_handler()
2055 cqp_request->compl_info.maj_err_code = info.maj_err_code; in irdma_cqp_ce_handler()
2512 if (cqp_request->compl_info.maj_err_code) in irdma_hw_flush_wqes_callback()
2570 if (!wait || cqp_request->compl_info.maj_err_code) in irdma_hw_flush_wqes()
2611 if (new_req->compl_info.maj_err_code || in irdma_hw_flush_wqes()
2634 cqp_request->compl_info.maj_err_code, in irdma_hw_flush_wqes()
Dutils.c593 if (cqp_request->compl_info.maj_err_code == 0xFFFF) { in irdma_wait_event()
672 u16 maj_err_code, u16 min_err_code) in irdma_cqp_crit_err() argument
677 if (maj_err_code == irdma_noncrit_err_list[i].maj && in irdma_cqp_crit_err()
682 irdma_cqp_cmd_names[cqp_cmd], maj_err_code, in irdma_cqp_crit_err()
722 cqp_request->compl_info.maj_err_code, in irdma_handle_cqp_op()
727 cqp_request->compl_info.error, cqp_request->compl_info.maj_err_code, in irdma_handle_cqp_op()
Dtype.h712 u16 maj_err_code; member
Dctrl.c3350 info->maj_err_code = IRDMA_CQPSQ_MAJ_NO_ERROR; in irdma_sc_ccq_get_cqe_info()
3353 info->maj_err_code = (u16)FIELD_GET(IRDMA_CQ_MAJERR, temp); in irdma_sc_ccq_get_cqe_info()