Home
last modified time | relevance | path

Searched refs:MS_IDX_DISCONNECTING (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMSC.c826 ms_set_bit(MS_IDX_DISCONNECTING, &pMass_stor->flags, unsigned long); in ms_vChk_USB_LUNs()
999 if (ms_test_bit(MS_IDX_DISCONNECTING, &pMass_stor->flags)) in ms_bSCSI_Read_10()
1064 ms_set_bit(MS_IDX_DISCONNECTING, &pMass_stor->flags, unsigned long); in ms_bSCSI_Read_10()
1259 if (ms_test_bit(MS_IDX_DISCONNECTING, &pMass_stor->flags)) in ms_bSCSI_Write_10()
1340 ms_set_bit(MS_IDX_DISCONNECTING, &pMass_stor->flags, unsigned long); in ms_bSCSI_Write_10()
1587 ms_set_bit(MS_IDX_DISCONNECTING, &pMass_stor->flags, unsigned long); in ms_MSC_fast_device_disconnect()
1620 if (ms_test_bit(MS_IDX_DISCONNECTING, &pMass_stor->flags)) in ms_MSC_device_inquiry()
H A DdrvMassStor.h109 #define MS_IDX_DISCONNECTING 21 macro
113 (1UL << MS_IDX_DISCONNECTING) | (1UL << MS_IDX_RESETTING))
H A DdrvBulktran.c578 if (ms_test_bit(MS_IDX_DISCONNECTING, &pUsdata->flags)) { in ms_us_port_reset()
906 if (ms_test_bit(MS_IDX_DISCONNECTING, &ptr->flags)) // patch from Linux 2.6.28 in ms_usb_reset_common()
925 if (ms_test_bit(MS_IDX_DISCONNECTING, &ptr->flags)) in ms_usb_reset_common()
H A DdrvMassStor.c163 if (ms_test_bit(MS_IDX_DISCONNECTING, &ms_us->flags)) in ms_usb_inquiry_data()
626 ms_set_bit(MS_IDX_DISCONNECTING, &ms_us->flags, unsigned long); in ms_usb_msc_disconnect()