X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fusb%2Fusbstor%2Fusbstor.h;h=d2a72eccc96afa73ea817a42eaf7a74604b0b293;hp=25066cc1de7d328a28177d82d35d931f24576c7e;hb=aaa90f698680fb51d27dc870fbe214ffd982bcde;hpb=c7ed299aaa35d746ac1677144341150d5e79e373;ds=sidebyside diff --git a/drivers/usb/usbstor/usbstor.h b/drivers/usb/usbstor/usbstor.h index 25066cc1de7..d2a72eccc96 100644 --- a/drivers/usb/usbstor/usbstor.h +++ b/drivers/usb/usbstor/usbstor.h @@ -286,7 +286,7 @@ typedef struct PIRP Irp; PFDO_DEVICE_EXTENSION FDODeviceExtension; ULONG ErrorIndex; - ULONG RetryCount; + ULONG StallRetryCount; // the number of retries after receiving USBD_STATUS_STALL_PID status union { CBW cbw; @@ -406,8 +406,7 @@ USBSTOR_GetPipeHandles( NTSTATUS USBSTOR_HandleExecuteSCSI( IN PDEVICE_OBJECT DeviceObject, - IN PIRP Irp, - IN ULONG RetryCount); + IN PIRP Irp); NTSTATUS USBSTOR_SendCSWRequest(