Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhisi_acc_qm.h256 void (*log_dev_hw_err)(struct hisi_qm *qm, u32 err_sts); member
/openbmc/linux/drivers/crypto/hisilicon/zip/
H A Dzip_main.c1132 .log_dev_hw_err = hisi_zip_log_hw_error,
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c1051 .log_dev_hw_err = sec_log_hw_error,
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1334 .log_dev_hw_err = hpre_log_hw_error,
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c3972 if (qm->err_ini->log_dev_hw_err) in qm_dev_err_handle()
3973 qm->err_ini->log_dev_hw_err(qm, err_sts); in qm_dev_err_handle()