/* Operation and runtime registers configuration */Since inline functions are preferred over macros, please convert the
#define MCQ_CFG_n(r, i) ((r) + MCQ_QCFG_SIZE * (i))
-#define MCQ_OPR_OFFSET_n(p, i) \
+#define MCQ_OPR_OFFSET_n(hba, p, i) \
(hba->mcq_opr[(p)].offset + hba->mcq_opr[(p)].stride * (i))