Home
last modified time | relevance | path

Searched refs:SAM_STAT_GOOD (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvScsi_4.c777 if(Mass_stor_us1_port4.srb->result == SAM_STAT_GOOD) in bSCSI_INQUIRY_Port4()
850 if(Mass_stor_us1_port4.srb->result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE_Port4()
904 if(Mass_stor_us1_port4.srb->result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE_OperCode5A_Port4()
955 if(Mass_stor_us1_port4.srb->result == SAM_STAT_GOOD) in bSCSI_READ_CAPACITY_Port4()
1012 if(Mass_stor_us1_port4.srb->result == SAM_STAT_GOOD) in bSCSI_READ_FORMAT_CAPACITY_Port4()
1109 if(Mass_stor_us1_port4.srb->result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY_Port4()
1212 if(Mass_stor_us1_port4.srb->result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY2_Port4()
1478 if(Mass_stor_us1_port4.srb->result != SAM_STAT_GOOD) in bSCSI_Read_Write10_Port4()
H A DdrvMassStorage_4.c650 psMassStorage->srb->result = SAM_STAT_GOOD; //problem happened in Host20_MSCD_usb_stor_control_thread_Port4()
658 psMassStorage->srb->result = SAM_STAT_GOOD; in Host20_MSCD_usb_stor_control_thread_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvScsi_2.c777 if(Mass_stor_us1_port2.srb->result == SAM_STAT_GOOD) in bSCSI_INQUIRY_Port2()
850 if(Mass_stor_us1_port2.srb->result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE_Port2()
904 if(Mass_stor_us1_port2.srb->result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE_OperCode5A_Port2()
955 if(Mass_stor_us1_port2.srb->result == SAM_STAT_GOOD) in bSCSI_READ_CAPACITY_Port2()
1012 if(Mass_stor_us1_port2.srb->result == SAM_STAT_GOOD) in bSCSI_READ_FORMAT_CAPACITY_Port2()
1109 if(Mass_stor_us1_port2.srb->result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY_Port2()
1211 if(Mass_stor_us1_port2.srb->result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY2_Port2()
1475 if(Mass_stor_us1_port2.srb->result != SAM_STAT_GOOD) in bSCSI_Read_Write10_Port2()
H A DdrvMassStorage_2.c650 psMassStorage->srb->result = SAM_STAT_GOOD; //problem happened in Host20_MSCD_usb_stor_control_thread_Port2()
658 psMassStorage->srb->result = SAM_STAT_GOOD; in Host20_MSCD_usb_stor_control_thread_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvScsi.c776 if(Mass_stor_us1.srb->result == SAM_STAT_GOOD) in bSCSI_INQUIRY()
849 if(Mass_stor_us1.srb->result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE()
902 if(Mass_stor_us1.srb->result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE_OperCode5A()
952 if(Mass_stor_us1.srb->result == SAM_STAT_GOOD) in bSCSI_READ_CAPACITY()
1017 if(Mass_stor_us1.srb->result == SAM_STAT_GOOD) in bSCSI_READ_FORMAT_CAPACITY()
1111 if(Mass_stor_us1.srb->result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY()
1214 if(Mass_stor_us1.srb->result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY2()
1480 if(Mass_stor_us1.srb->result != SAM_STAT_GOOD) in bSCSI_Read_Write10()
H A DdrvMassStorage.c657 psMassStorage->srb->result = SAM_STAT_GOOD; //problem happened in Host20_MSCD_usb_stor_control_thread()
665 psMassStorage->srb->result = SAM_STAT_GOOD; in Host20_MSCD_usb_stor_control_thread()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvScsi_3.c777 if(Mass_stor_us1_port3.srb->result == SAM_STAT_GOOD) in bSCSI_INQUIRY_Port3()
850 if(Mass_stor_us1_port3.srb->result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE_Port3()
904 if(Mass_stor_us1_port3.srb->result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE_OperCode5A_Port3()
955 if(Mass_stor_us1_port3.srb->result == SAM_STAT_GOOD) in bSCSI_READ_CAPACITY_Port3()
1012 if(Mass_stor_us1_port3.srb->result == SAM_STAT_GOOD) in bSCSI_READ_FORMAT_CAPACITY_Port3()
1109 if(Mass_stor_us1_port3.srb->result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY_Port3()
1212 if(Mass_stor_us1_port3.srb->result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY2_Port3()
1478 if(Mass_stor_us1_port3.srb->result != SAM_STAT_GOOD) in bSCSI_Read_Write10_Port3()
H A DdrvMassStorage_3.c650 psMassStorage->srb->result = SAM_STAT_GOOD; //problem happened in Host20_MSCD_usb_stor_control_thread_Port3()
658 psMassStorage->srb->result = SAM_STAT_GOOD; in Host20_MSCD_usb_stor_control_thread_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvProtocol.c154 if (srb->result == SAM_STAT_GOOD) { in usb_stor_qic157_command()
169 if (srb->result == SAM_STAT_GOOD) { in usb_stor_ATAPI_command()
201 if (srb->result == SAM_STAT_GOOD) { in usb_stor_ufi_command()
211 if (srb->result == SAM_STAT_GOOD) { in usb_stor_transparent_scsi_command()
H A DdrvSCSI.c418 if (pMass_stor->srb.result == SAM_STAT_GOOD) in bSCSI_REQ_SENSE()
468 if(pMass_stor->srb.result == SAM_STAT_GOOD) in bSCSI_INQUIRY()
521 if(pMass_stor->srb.result == SAM_STAT_GOOD) in bSCSI_MODE_SENSE()
573 if(pMass_stor->srb.result == SAM_STAT_GOOD) in bSCSI_READ_CAPACITY()
657 if(pMass_stor->srb.result == SAM_STAT_GOOD) in bSCSI_TEST_UNIT_READY()
1128 if (pMass_stor->srb.result != SAM_STAT_GOOD) in bSCSI_Read_10()
1431 if(pMass_stor->srb.result != SAM_STAT_GOOD) in bSCSI_Write_10()
H A DdrvTransport.c1009 srb->result = SAM_STAT_GOOD; in usb_stor_invoke_transport()
1012 srb->result = SAM_STAT_GOOD; in usb_stor_invoke_transport()
H A DdrvSCSI.h288 #define SAM_STAT_GOOD 0x00 macro
H A DdrvMassStor.c442 us->srb.result = SAM_STAT_GOOD; in usb_stor_control_thread()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A Ddrvscsi.h172 #define SAM_STAT_GOOD 0x00 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A Ddrvscsi_2.h172 #define SAM_STAT_GOOD 0x00 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A Ddrvscsi_3.h186 #define SAM_STAT_GOOD 0x00 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A Ddrvscsi_4.h186 #define SAM_STAT_GOOD 0x00 macro