Searched refs:err_sts (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/include/linux/ |
D | hisi_acc_qm.h | 251 void (*clear_dev_hw_err_status)(struct hisi_qm *qm, u32 err_sts); 256 void (*log_dev_hw_err)(struct hisi_qm *qm, u32 err_sts);
|
/linux-5.19.10/drivers/crypto/hisilicon/sec2/ |
D | sec_main.c | 911 static void sec_log_hw_error(struct hisi_qm *qm, u32 err_sts) in sec_log_hw_error() argument 918 if (errs->int_msk & err_sts) { in sec_log_hw_error() 939 static void sec_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in sec_clear_hw_err_status() argument 941 writel(err_sts, qm->io_base + SEC_CORE_INT_SOURCE); in sec_clear_hw_err_status()
|
/linux-5.19.10/drivers/crypto/hisilicon/zip/ |
D | zip_main.c | 873 static void hisi_zip_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hisi_zip_log_hw_error() argument 880 if (err->int_msk & err_sts) { in hisi_zip_log_hw_error() 901 static void hisi_zip_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hisi_zip_clear_hw_err_status() argument 903 writel(err_sts, qm->io_base + HZIP_CORE_INT_SOURCE); in hisi_zip_clear_hw_err_status()
|
/linux-5.19.10/drivers/crypto/hisilicon/hpre/ |
D | hpre_main.c | 1112 static void hpre_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hpre_log_hw_error() argument 1118 if (err->int_msk & err_sts) in hpre_log_hw_error() 1130 static void hpre_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hpre_clear_hw_err_status() argument 1132 writel(err_sts, qm->io_base + HPRE_HAC_SOURCE_INT); in hpre_clear_hw_err_status()
|
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_err.c | 1341 u32 err_sts, unsigned long *reset_requests) in hclge_log_error() argument 1344 if (err->int_msk & err_sts) { in hclge_log_error() 1346 reg, err->msg, err_sts); in hclge_log_error() 2155 u32 err_sts; in hclge_log_rocee_ovf_error() local 2158 err_sts = HCLGE_ROCEE_OVF_ERR_TYPE_MASK & in hclge_log_rocee_ovf_error() 2161 if (err->int_msk == err_sts) { in hclge_log_rocee_ovf_error()
|
/linux-5.19.10/drivers/usb/gadget/function/ |
D | f_tcm.c | 323 goto err_sts; in bot_prepare_reqs() 348 err_sts: in bot_prepare_reqs() 753 goto err_sts; in uasp_alloc_stream_res() 757 err_sts: in uasp_alloc_stream_res()
|
/linux-5.19.10/drivers/crypto/hisilicon/ |
D | qm.c | 4843 u32 err_sts; in qm_dev_err_handle() local 4851 err_sts = qm->err_ini->get_dev_hw_err_status(qm); in qm_dev_err_handle() 4852 if (err_sts) { in qm_dev_err_handle() 4853 if (err_sts & qm->err_info.ecc_2bits_mask) in qm_dev_err_handle() 4857 qm->err_ini->log_dev_hw_err(qm, err_sts); in qm_dev_err_handle() 4860 if ((err_sts | qm->err_info.dev_ce_mask) == in qm_dev_err_handle() 4864 err_sts); in qm_dev_err_handle()
|