Lines Matching defs:hisi_qm_err_ini
235 struct hisi_qm_err_ini { struct
236 int (*hw_init)(struct hisi_qm *qm);
237 void (*hw_err_enable)(struct hisi_qm *qm);
238 void (*hw_err_disable)(struct hisi_qm *qm);
239 u32 (*get_dev_hw_err_status)(struct hisi_qm *qm);
240 void (*clear_dev_hw_err_status)(struct hisi_qm *qm, u32 err_sts);
241 void (*open_axi_master_ooo)(struct hisi_qm *qm);
242 void (*close_axi_master_ooo)(struct hisi_qm *qm);
243 void (*open_sva_prefetch)(struct hisi_qm *qm);
244 void (*close_sva_prefetch)(struct hisi_qm *qm);
245 void (*log_dev_hw_err)(struct hisi_qm *qm, u32 err_sts);
246 void (*show_last_dfx_regs)(struct hisi_qm *qm);
247 void (*err_info_init)(struct hisi_qm *qm);