Home
last modified time | relevance | path

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

/linux-5.19.10/include/scsi/
Dscsi_status.h55 DID_PASSTHROUGH = 0x0a, /* Force command past mid-layer */ enumerator
/linux-5.19.10/include/trace/events/
Dscsi.h120 scsi_hostbyte_name(DID_PASSTHROUGH), \
/linux-5.19.10/drivers/scsi/
Dxen-scsifront.c281 return DID_PASSTHROUGH; in scsifront_host_byte()
Dstorvsc_drv.c1011 set_host_byte(scmnd, DID_PASSTHROUGH); in storvsc_handle_error()
Dscsi_error.c1850 case DID_PASSTHROUGH: in scsi_decide_disposition()
Dsg.c507 case DID_PASSTHROUGH: in sg_read()
Dpmcraid.c2622 scsi_cmd->result |= (DID_PASSTHROUGH << 16); in pmcraid_error_handler()
Dipr.c6464 scsi_cmd->result |= (DID_PASSTHROUGH << 16); in ipr_erp_start()
/linux-5.19.10/drivers/xen/
Dxen-scsiback.c318 case DID_PASSTHROUGH: in scsiback_result()