Home
last modified time | relevance | path

Searched refs:qm_hw_errs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dhisi_acc_qm.h314 struct list_head qm_hw_errs; member
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c2536 list_for_each_entry_safe(err, tmp, &isolate->qm_hw_errs, list) { in qm_hw_err_isolate()
2545 list_add(&hw_err->list, &isolate->qm_hw_errs); in qm_hw_err_isolate()
2559 list_for_each_entry_safe(err, tmp, &qm->isolate_data.qm_hw_errs, list) { in qm_hw_err_destroy()
2696 INIT_LIST_HEAD(&qm->isolate_data.qm_hw_errs); in qm_alloc_uacce()