Lines Matching refs:qp_err
574 struct qp_err_code qp_err = { 0 }; in irdma_ae_to_qp_err_code() local
587 qp_err.flush_code = FLUSH_PROT_ERR; in irdma_ae_to_qp_err_code()
588 qp_err.event_type = IRDMA_QP_EVENT_ACCESS_ERR; in irdma_ae_to_qp_err_code()
592 qp_err.flush_code = FLUSH_LOC_QP_OP_ERR; in irdma_ae_to_qp_err_code()
593 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
600 qp_err.flush_code = FLUSH_LOC_LEN_ERR; in irdma_ae_to_qp_err_code()
601 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
605 qp_err.flush_code = FLUSH_REM_ACCESS_ERR; in irdma_ae_to_qp_err_code()
606 qp_err.event_type = IRDMA_QP_EVENT_ACCESS_ERR; in irdma_ae_to_qp_err_code()
612 qp_err.flush_code = FLUSH_MW_BIND_ERR; in irdma_ae_to_qp_err_code()
613 qp_err.event_type = IRDMA_QP_EVENT_ACCESS_ERR; in irdma_ae_to_qp_err_code()
616 qp_err.flush_code = FLUSH_RETRY_EXC_ERR; in irdma_ae_to_qp_err_code()
617 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
620 qp_err.flush_code = FLUSH_REM_INV_REQ_ERR; in irdma_ae_to_qp_err_code()
621 qp_err.event_type = IRDMA_QP_EVENT_REQ_ERR; in irdma_ae_to_qp_err_code()
628 qp_err.flush_code = FLUSH_REM_OP_ERR; in irdma_ae_to_qp_err_code()
629 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
632 qp_err.flush_code = FLUSH_RNR_RETRY_EXC_ERR; in irdma_ae_to_qp_err_code()
633 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
636 qp_err.flush_code = FLUSH_FATAL_ERR; in irdma_ae_to_qp_err_code()
637 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
640 qp_err.flush_code = FLUSH_GENERAL_ERR; in irdma_ae_to_qp_err_code()
641 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
645 return qp_err; in irdma_ae_to_qp_err_code()