Searched defs:hisi_qm_err_ini (Results 1 – 1 of 1) sorted by relevance
181 struct hisi_qm_err_ini { struct182 int (*hw_init)(struct hisi_qm *qm);183 void (*hw_err_enable)(struct hisi_qm *qm);184 void (*hw_err_disable)(struct hisi_qm *qm);185 u32 (*get_dev_hw_err_status)(struct hisi_qm *qm);186 void (*clear_dev_hw_err_status)(struct hisi_qm *qm, u32 err_sts);187 void (*open_axi_master_ooo)(struct hisi_qm *qm);188 void (*close_axi_master_ooo)(struct hisi_qm *qm);189 void (*log_dev_hw_err)(struct hisi_qm *qm, u32 err_sts);190 struct hisi_qm_err_info err_info;