Home
last modified time | relevance | path

Searched refs:MTIP_TAG_INTERNAL (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/mtip32xx/
Dmtip32xx.h73 #define MTIP_TAG_INTERNAL 0 macro
Dmtip32xx.c525 cmd = mtip_cmd_from_tag(dd, MTIP_TAG_INTERNAL); in mtip_handle_tfe()
550 if (tag == MTIP_TAG_INTERNAL) in mtip_handle_tfe()
612 if (tag == MTIP_TAG_INTERNAL || in mtip_handle_tfe()
678 if (unlikely(tag == MTIP_TAG_INTERNAL)) in mtip_workq_sdbfx()
698 struct mtip_cmd *cmd = mtip_cmd_from_tag(dd, MTIP_TAG_INTERNAL); in mtip_process_legacy()
701 int group = MTIP_TAG_INDEX(MTIP_TAG_INTERNAL); in mtip_process_legacy()
704 if (!(status & (1 << MTIP_TAG_BIT(MTIP_TAG_INTERNAL)))) in mtip_process_legacy()
1039 if (readl(port->cmd_issue[MTIP_TAG_INDEX(MTIP_TAG_INTERNAL)]) in mtip_exec_internal_command()
1040 & (1 << MTIP_TAG_BIT(MTIP_TAG_INTERNAL))) { in mtip_exec_internal_command()