Home
last modified time | relevance | path

Searched refs:err_sts (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/linux/
Dhisi_acc_qm.h239 void (*clear_dev_hw_err_status)(struct hisi_qm *qm, u32 err_sts);
244 void (*log_dev_hw_err)(struct hisi_qm *qm, u32 err_sts);
/Linux-v6.6/drivers/crypto/hisilicon/zip/
Dzip_main.c995 static void hisi_zip_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hisi_zip_log_hw_error() argument
1002 if (err->int_msk & err_sts) { in hisi_zip_log_hw_error()
1023 static void hisi_zip_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hisi_zip_clear_hw_err_status() argument
1027 writel(err_sts, qm->io_base + HZIP_CORE_INT_SOURCE); in hisi_zip_clear_hw_err_status()
/Linux-v6.6/drivers/crypto/hisilicon/sec2/
Dsec_main.c975 static void sec_log_hw_error(struct hisi_qm *qm, u32 err_sts) in sec_log_hw_error() argument
982 if (errs->int_msk & err_sts) { in sec_log_hw_error()
1003 static void sec_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in sec_clear_hw_err_status() argument
1007 writel(err_sts, qm->io_base + SEC_CORE_INT_SOURCE); in sec_clear_hw_err_status()
/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_main.c1253 static void hpre_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hpre_log_hw_error() argument
1259 if (err->int_msk & err_sts) in hpre_log_hw_error()
1271 static void hpre_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hpre_clear_hw_err_status() argument
1275 writel(err_sts, qm->io_base + HPRE_HAC_SOURCE_INT); in hpre_clear_hw_err_status()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c1343 u32 err_sts, unsigned long *reset_requests) in hclge_log_error() argument
1346 if (err->int_msk & err_sts) { in hclge_log_error()
1348 reg, err->msg, err_sts); in hclge_log_error()
2157 u32 err_sts; in hclge_log_rocee_ovf_error() local
2160 err_sts = HCLGE_ROCEE_OVF_ERR_TYPE_MASK & in hclge_log_rocee_ovf_error()
2163 if (err->int_msk == err_sts) { in hclge_log_rocee_ovf_error()
/Linux-v6.6/drivers/usb/gadget/function/
Df_tcm.c323 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-v6.6/drivers/crypto/hisilicon/
Dqm.c3938 u32 err_sts; in qm_dev_err_handle() local
3946 err_sts = qm->err_ini->get_dev_hw_err_status(qm); in qm_dev_err_handle()
3947 if (err_sts) { in qm_dev_err_handle()
3948 if (err_sts & qm->err_info.ecc_2bits_mask) in qm_dev_err_handle()
3952 qm->err_ini->log_dev_hw_err(qm, err_sts); in qm_dev_err_handle()
3954 if (err_sts & qm->err_info.dev_reset_mask) in qm_dev_err_handle()
3958 qm->err_ini->clear_dev_hw_err_status(qm, err_sts); in qm_dev_err_handle()