On 7/23/2022 8:26 AM, Avri Altman wrote:
+ + /* sqen|size|cqid */ + ufsmcq_writel(hba, (1 << 31) | qsize | (i << 16), + MCQ_CFG_n(REG_SQATTR, i));So there is a 1X1 SQ-CQ topology. Isn't that should be configurable? Thanks, Avri
The popular configuration appeared to be 1:1. Other configurations may be added as needed later, perhaps. -asd