Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c3467 struct scsi_cmnd *scmd_local = NULL; in megasas_complete_r1_command() local
3475 scmd_local = cmd->scmd; in megasas_complete_r1_command()
3494 map_cmd_status(fusion, scmd_local, status, ex_status, in megasas_complete_r1_command()
3497 megasas_cmd_type(scmd_local) == READ_WRITE_LDIO) in megasas_complete_r1_command()
3499 scmd_local->SCp.ptr = NULL; in megasas_complete_r1_command()
3501 scsi_dma_unmap(scmd_local); in megasas_complete_r1_command()
3502 scmd_local->scsi_done(scmd_local); in megasas_complete_r1_command()
3527 struct scsi_cmnd *scmd_local = NULL; in complete_cmd_fusion() local
3559 scmd_local = cmd_fusion->scmd; in complete_cmd_fusion()
3581 device_id = MEGASAS_DEV_INDEX(scmd_local); in complete_cmd_fusion()
[all …]