Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dscsi.h172 #define DID_PASSTHROUGH 0x0a /* Force command past mid-layer */ macro
/linux-4.4.14/drivers/block/
Dcciss.c3086 host_byte = DID_PASSTHROUGH; in evaluate_target_status()
3175 DID_PASSTHROUGH : DID_ERROR); in complete_command()
3183 DID_PASSTHROUGH : DID_ERROR); in complete_command()
3191 DID_PASSTHROUGH : DID_ERROR); in complete_command()
3199 DID_PASSTHROUGH : DID_ERROR); in complete_command()
3207 DID_PASSTHROUGH : DID_ABORT); in complete_command()
3215 DID_PASSTHROUGH : DID_ERROR); in complete_command()
3230 DID_PASSTHROUGH : DID_ABORT); in complete_command()
3237 DID_PASSTHROUGH : DID_ERROR); in complete_command()
3244 DID_PASSTHROUGH : DID_ERROR); in complete_command()
[all …]
/linux-4.4.14/include/trace/events/
Dscsi.h121 scsi_hostbyte_name(DID_PASSTHROUGH), \
/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c875 set_host_byte(scmnd, DID_PASSTHROUGH); in storvsc_handle_error()
Dscsi_error.c1788 case DID_PASSTHROUGH: in scsi_decide_disposition()
Dsg.c496 case DID_PASSTHROUGH: in sg_read()
Dpmcraid.c2673 scsi_cmd->result |= (DID_PASSTHROUGH << 16); in pmcraid_error_handler()
Dipr.c6213 scsi_cmd->result |= (DID_PASSTHROUGH << 16); in ipr_erp_start()