Lines Matching refs:index
420 * Return: Trusted index of target hardware queue
492 cmd->hwq_index = hwq->index;
723 * @index: Index of the hardware queue.
728 u32 index)
739 hwq = get_hwq(afu, index);
749 if (index == PRIMARY_HWQ)
770 * @index: Index of the hardware queue.
774 static void term_mc(struct cxlflash_cfg *cfg, u32 index)
786 hwq = get_hwq(afu, index);
794 if (index != PRIMARY_HWQ)
1932 bool is_primary_hwq = (hwq->index == PRIMARY_HWQ);
1977 * @index: HWQ Index of the master context.
1981 static int init_mc(struct cxlflash_cfg *cfg, u32 index)
1985 struct hwq *hwq = get_hwq(cfg->afu, index);
1991 hwq->index = index;
1994 if (index == PRIMARY_HWQ) {
2014 if (index == PRIMARY_HWQ) {
2041 term_intr(cfg, level, index);
2042 if (index != PRIMARY_HWQ)
2107 dev_err(dev, "%s: init_mc failed rc=%d index=%d\n",
2310 cmd->hwq_index = hwq->index;
3216 dev_err(dev, "%s: invalid port index %d\n",
3688 * the bottom half. The bottom half grows from the end (index = 255),
3689 * whereas the top half grows from the beginning (index = 0).
3691 * Initialize the last LUN index for all possible ports.