Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/hisilicon/zip/
Dzip_main.c861 static void hisi_zip_log_hw_error(struct hisi_zip *hisi_zip, u32 err_sts) in hisi_zip_log_hw_error() argument
868 if (err->int_msk & err_sts) { in hisi_zip_log_hw_error()
888 u32 err_sts; in hisi_zip_hw_error_handle() local
891 err_sts = readl(hisi_zip->qm.io_base + HZIP_CORE_INT_STATUS); in hisi_zip_hw_error_handle()
893 if (err_sts) { in hisi_zip_hw_error_handle()
894 hisi_zip_log_hw_error(hisi_zip, err_sts); in hisi_zip_hw_error_handle()
896 writel(err_sts, hisi_zip->qm.io_base + HZIP_CORE_INT_SOURCE); in hisi_zip_hw_error_handle()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c636 u32 err_sts, unsigned long *reset_requests) in hclge_log_error() argument
639 if (err->int_msk & err_sts) { in hclge_log_error()
641 reg, err->msg, err_sts); in hclge_log_error()
1452 u32 err_sts; in hclge_log_rocee_ovf_error() local
1455 err_sts = HCLGE_ROCEE_OVF_ERR_TYPE_MASK & in hclge_log_rocee_ovf_error()
1458 if (err->int_msk == err_sts) { in hclge_log_rocee_ovf_error()
/Linux-v5.4/drivers/usb/gadget/function/
Df_tcm.c323 goto err_sts; in bot_prepare_reqs()
348 err_sts: in bot_prepare_reqs()
751 goto err_sts; in uasp_alloc_stream_res()
754 err_sts: in uasp_alloc_stream_res()