Searched refs:dev_is_abnormal (Results 1 – 5 of 5) sorted by relevance
282 bool (*dev_is_abnormal)(struct hisi_qm *qm); member
1244 .dev_is_abnormal = sec_dev_is_abnormal,
1347 .dev_is_abnormal = hisi_zip_dev_is_abnormal,
1524 .dev_is_abnormal = hpre_dev_is_abnormal,
530 if (pf_qm->err_ini->dev_is_abnormal) in qm_check_dev_error()531 return pf_qm->err_ini->dev_is_abnormal(pf_qm); in qm_check_dev_error()