Lines Matching defs: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)
1955 bool is_primary_hwq = (hwq->index == PRIMARY_HWQ);
2000 * index: HWQ Index of the master context.
2004 static int init_mc(struct cxlflash_cfg *cfg, u32 index)
2008 struct hwq *hwq = get_hwq(cfg->afu, index);
2014 hwq->index = index;
2017 if (index == PRIMARY_HWQ) {
2037 if (index == PRIMARY_HWQ) {
2064 term_intr(cfg, level, index);
2065 if (index != PRIMARY_HWQ)
2130 dev_err(dev, "%s: init_mc failed rc=%d index=%d\n",
2333 cmd->hwq_index = hwq->index;
3235 dev_err(dev, "%s: invalid port index %d\n",
3707 * the bottom half. The bottom half grows from the end (index = 255),
3708 * whereas the top half grows from the beginning (index = 0).
3710 * Initialize the last LUN index for all possible ports.