1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2022 HiSilicon Limited. */
6 #define QM_DBG_READ_LEN 256
75 static const char * const qm_s[] = {
76 "init", "start", "close", "stop",
79 int qm_set_and_get_xqc(struct hisi_qm *qm, u8 cmd, void *xqc, u32 qp_id, bool op);
80 void hisi_qm_show_last_dfx_regs(struct hisi_qm *qm);
81 void hisi_qm_set_algqos_init(struct hisi_qm *qm);