Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_status.h64 DID_TRANSPORT_FAILFAST = 0x0f, /* Transport class fastfailed the io */ enumerator
H A Dscsi_transport_srp.h139 return DID_TRANSPORT_FAILFAST << 16; in srp_chkready()
H A Dscsi_transport_fc.h795 result = DID_TRANSPORT_FAILFAST << 16; in fc_remote_port_chkready()
/openbmc/linux/include/trace/events/
H A Dscsi.h125 scsi_hostbyte_name(DID_TRANSPORT_FAILFAST))
/openbmc/linux/drivers/scsi/
H A Dxen-scsifront.c291 return DID_TRANSPORT_FAILFAST; in scsifront_host_byte()
H A Dscsi_error.c1944 case DID_TRANSPORT_FAILFAST: in scsi_decide_disposition()
H A Dscsi_lib.c613 case DID_TRANSPORT_FAILFAST: in scsi_result_to_blk_status()
H A Dlibiscsi.c1803 sc->result = DID_TRANSPORT_FAILFAST << 16; in iscsi_queuecommand()
H A Dsd.c1777 case DID_TRANSPORT_FAILFAST: in sd_scsi_to_pr_err()
H A Dscsi_transport_iscsi.c1699 err = DID_TRANSPORT_FAILFAST << 16; in iscsi_session_chkready()
/openbmc/linux/drivers/xen/
H A Dxen-scsiback.c333 case DID_TRANSPORT_FAILFAST: in scsiback_result()
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c1297 .scsi_result = DID_TRANSPORT_FAILFAST << 16 }; in srp_terminate_io()