Searched refs:dev_is_abnormal (Results 1 – 5 of 5) sorted by relevance
273 bool (*dev_is_abnormal)(struct hisi_qm *qm); member
1143 .dev_is_abnormal = sec_dev_is_abnormal,
1234 .dev_is_abnormal = hisi_zip_dev_is_abnormal,
1441 .dev_is_abnormal = hpre_dev_is_abnormal,
526 if (pf_qm->err_ini->dev_is_abnormal) in qm_check_dev_error()527 return pf_qm->err_ini->dev_is_abnormal(pf_qm); in qm_check_dev_error()