Searched refs:xeqe_id (Results 1 – 1 of 1) sorted by relevance
2144 u32 xeqe_id; in qm_eq_aeq_dump() local2150 ret = kstrtou32(s, 0, &xeqe_id); in qm_eq_aeq_dump()2154 if (!strcmp(name, "EQE") && xeqe_id >= qm->eq_depth) { in qm_eq_aeq_dump()2157 } else if (!strcmp(name, "AEQE") && xeqe_id >= qm->aeq_depth) { in qm_eq_aeq_dump()2165 xeqe = qm->eqe + xeqe_id; in qm_eq_aeq_dump()2167 xeqe = qm->aeqe + xeqe_id; in qm_eq_aeq_dump()