Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dscsi_transport_srp.h141 return DID_NO_CONNECT << 16; in srp_chkready()
Dscsi.h137 #define DID_NO_CONNECT 0x01 /* Couldn't connect before timeout period */ macro
Dscsi_transport_fc.h743 result = DID_NO_CONNECT << 16; in fc_remote_port_chkready()
752 result = DID_NO_CONNECT << 16; in fc_remote_port_chkready()
/linux-4.19.296/include/trace/events/
Dscsi.h111 scsi_hostbyte_name(DID_NO_CONNECT), \
/linux-4.19.296/drivers/message/fusion/
Dmptscsih.c635 sc->result = DID_NO_CONNECT << 16; in mptscsih_io_done()
719 sc->result = DID_NO_CONNECT << 16; in mptscsih_io_done()
1113 sc->result = DID_NO_CONNECT << 16; in mptscsih_search_running_cmds()
1711 SCpnt->result = DID_NO_CONNECT << 16; in mptscsih_abort()
Dmptfc.c218 if (ready == DID_NO_CONNECT || !SCpnt->device->hostdata in mptfc_block_error_handler()
652 SCpnt->result = DID_NO_CONNECT << 16; in mptfc_qcmd()
Dmptspi.c789 SCpnt->result = DID_NO_CONNECT << 16; in mptspi_qcmd()
796 SCpnt->result = DID_NO_CONNECT << 16; in mptspi_qcmd()
Dmptsas.c1903 SCpnt->result = DID_NO_CONNECT << 16; in mptsas_qcmd()
/linux-4.19.296/drivers/xen/
Dxen-scsiback.c758 result = DID_NO_CONNECT; in scsiback_do_cmd_fn()