Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c3457 struct scsi_cmnd *scmd_local = NULL; in megasas_complete_r1_command() local
3465 scmd_local = cmd->scmd; in megasas_complete_r1_command()
3484 map_cmd_status(fusion, scmd_local, status, ex_status, in megasas_complete_r1_command()
3487 megasas_cmd_type(scmd_local) == READ_WRITE_LDIO) in megasas_complete_r1_command()
3489 megasas_priv(scmd_local)->cmd_priv = NULL; in megasas_complete_r1_command()
3491 scsi_dma_unmap(scmd_local); in megasas_complete_r1_command()
3492 megasas_sdev_busy_dec(instance, scmd_local); in megasas_complete_r1_command()
3493 scsi_done(scmd_local); in megasas_complete_r1_command()
3556 struct scsi_cmnd *scmd_local = NULL; in complete_cmd_fusion() local
3593 scmd_local = cmd_fusion->scmd; in complete_cmd_fusion()
[all …]