Lines Matching defs:hisi_qm_err_ini
195 struct hisi_qm_err_ini { struct
196 int (*hw_init)(struct hisi_qm *qm);
197 void (*hw_err_enable)(struct hisi_qm *qm);
198 void (*hw_err_disable)(struct hisi_qm *qm);
199 u32 (*get_dev_hw_err_status)(struct hisi_qm *qm);
200 void (*clear_dev_hw_err_status)(struct hisi_qm *qm, u32 err_sts);
201 void (*open_axi_master_ooo)(struct hisi_qm *qm);
202 void (*close_axi_master_ooo)(struct hisi_qm *qm);
203 void (*open_sva_prefetch)(struct hisi_qm *qm);
204 void (*close_sva_prefetch)(struct hisi_qm *qm);
205 void (*log_dev_hw_err)(struct hisi_qm *qm, u32 err_sts);
206 void (*err_info_init)(struct hisi_qm *qm);