Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/cxlflash/
Dmain.c159 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in cmd_complete()
304 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in send_cmd_ioarrin()
348 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in send_cmd_sq()
492 cmd->hwq_index = hwq->index; in send_tmf()
567 int hwq_index = cmd_to_target_hwq(host, scp, afu); in cxlflash_queuecommand() local
568 struct hwq *hwq = get_hwq(afu, hwq_index); in cxlflash_queuecommand()
619 cmd->hwq_index = hwq_index; in cxlflash_queuecommand()
2310 cmd->hwq_index = hwq->index; in send_afu_cmd()
2409 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in cxlflash_eh_abort_handler()
Dcommon.h162 u32 hwq_index; member