ReactOS 0.4.16-dev-122-g325d74c
|
#include <usbstor.h>
Public Attributes | |
PIRP | Irp |
ULONG | ErrorIndex |
ULONG | StallRetryCount |
union { | |
CBW cbw | |
CSW csw | |
}; | |
URB | Urb |
SCSI_REQUEST_BLOCK | SenseSrb |
union { | |
PCBW cbw | |
PCSW csw | |
}; | |
ULONG | TransferDataLength |
PUCHAR | TransferData |
PFDO_DEVICE_EXTENSION | FDODeviceExtension |
PPDO_DEVICE_EXTENSION | PDODeviceExtension |
PMDL | TransferBufferMDL |
ULONG | RetryCount |
union { ... } IRP_CONTEXT::@1436 |
union { ... } IRP_CONTEXT::@1438 |
ULONG IRP_CONTEXT::ErrorIndex |
Definition at line 100 of file usbstor.h.
Referenced by ErrorHandlerWorkItemRoutine().
PFDO_DEVICE_EXTENSION IRP_CONTEXT::FDODeviceExtension |
Definition at line 328 of file usbstor.h.
Referenced by USBSTOR_ResetHandlerWorkItemRoutine().
PIRP IRP_CONTEXT::Irp |
Definition at line 99 of file usbstor.h.
Referenced by CdCreateIrpContext(), and CdFspDispatch().
PPDO_DEVICE_EXTENSION IRP_CONTEXT::PDODeviceExtension |
SCSI_REQUEST_BLOCK IRP_CONTEXT::SenseSrb |