Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMSC.c418 else if (pMass_stor->srb.result == (DID_NO_CONNECT << 16)) in ms_bSCSI_INQUIRY()
459 else if (pMass_stor->srb.result == (DID_NO_CONNECT << 16)) in ms_bSCSI_MODE_SENSE()
522 else if (pMass_stor->srb.result == (DID_NO_CONNECT << 16)) in ms_bSCSI_READ_CAPACITY()
587 else if (pMass_stor->srb.result == (DID_NO_CONNECT << 16)) in ms_bSCSI_TEST_UNIT_READY()
1108 if (pMass_stor->srb.result == (DID_NO_CONNECT << 16)) in ms_bSCSI_Read_10()
1410 if (pMass_stor->srb.result == (DID_NO_CONNECT << 16)) in ms_bSCSI_Write_10()
H A DdrvBulktran.c608 scsi_request_block->result = DID_NO_CONNECT << 16; in ms_usb_invoke_transport()
684 scsi_request_block->result = DID_NO_CONNECT << 16; in ms_usb_invoke_transport()
725 scsi_request_block->result = DID_NO_CONNECT << 16; in ms_usb_invoke_transport()
H A DdrvMSC.h110 #define DID_NO_CONNECT 0x01 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A Ddrvscsi_3.h157 #define DID_NO_CONNECT 0x01 /* Couldn't connect before timeout period */ macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A Ddrvscsi_4.h157 #define DID_NO_CONNECT 0x01 /* Couldn't connect before timeout period */ macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvSCSI.h268 #define DID_NO_CONNECT 0x01 macro