Go to the documentation of this file.
70 #define US_FLIDX_URB_ACTIVE 0
71 #define US_FLIDX_SG_ACTIVE 1
72 #define US_FLIDX_ABORTING 2
73 #define US_FLIDX_DISCONNECTING 3
74 #define US_FLIDX_RESETTING 4
75 #define US_FLIDX_TIMED_OUT 5
76 #define US_FLIDX_SCAN_PENDING 6
77 #define US_FLIDX_REDO_READ10 7
78 #define US_FLIDX_READ10_WORKED 8
80 #define USB_STOR_STRING_LEN 32
89 #define US_IOBUF_SIZE 64
90 #define US_SENSE_SIZE 18
107 struct mutex dev_mutex;
144 unsigned char *
iobuf;
171 return (
struct us_data *) host->hostdata;
180 #define scsi_unlock(host) spin_unlock_irq(host->host_lock)
181 #define scsi_lock(host) spin_lock_irq(host->host_lock)
189 #define usb_stor_suspend NULL
190 #define usb_stor_resume NULL
191 #define usb_stor_reset_resume NULL