RE: [PATCH 1/2] scsi: ufs: Add Multi-Circular Queue support

From: Avri Altman
Date: Sat Jul 23 2022 - 10:59:26 EST


> +#define MCQ_ROP_OFFSET_n(p, i) \
> + hba->mcq_rop[(p)].offset + hba->mcq_rop[(p)].stride * (i)
Can you please explain the 0x100 stride thing?
Theoretically, each rop set is 48Bytes long, or did I get it wrong?

Thanks,
Avri