ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
IO_COMPLETION_ROUTINE | USBSTOR_CSWCompletionRoutine |
IO_COMPLETION_ROUTINE | USBSTOR_DataCompletionRoutine |
IO_COMPLETION_ROUTINE | USBSTOR_CBWCompletionRoutine |
Definition at line 579 of file scsi.c.
PIRP_CONTEXT USBSTOR_AllocateIrpContext | ( | ) |
Definition at line 53 of file scsi.c.
Referenced by USBSTOR_SendRequest().
NTSTATUS USBSTOR_BuildCBW | ( | IN ULONG | Tag, |
IN ULONG | DataTransferLength, | ||
IN UCHAR | LUN, | ||
IN UCHAR | CommandBlockLength, | ||
IN PUCHAR | CommandBlock, | ||
IN OUT PCBW | Control | ||
) |
Definition at line 18 of file scsi.c.
Referenced by USBSTOR_SendRequest().
NTSTATUS NTAPI USBSTOR_CBWCompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Ctx | ||
) |
Definition at line 476 of file scsi.c.
NTSTATUS NTAPI USBSTOR_CSWCompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Ctx | ||
) |
Definition at line 175 of file scsi.c.
NTSTATUS NTAPI USBSTOR_DataCompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Ctx | ||
) |
Definition at line 431 of file scsi.c.
NTSTATUS USBSTOR_HandleExecuteSCSI | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN ULONG | RetryCount | ||
) |
Definition at line 1306 of file scsi.c.
BOOLEAN USBSTOR_IsCSWValid | ( | PIRP_CONTEXT | Context | ) |
NTSTATUS USBSTOR_QueueWorkItem | ( | PIRP_CONTEXT | Context, |
PIRP | Irp | ||
) |
Definition at line 122 of file scsi.c.
Referenced by USBSTOR_CSWCompletionRoutine(), and USBSTOR_DataCompletionRoutine().
Definition at line 911 of file scsi.c.
Referenced by USBSTOR_HandleExecuteSCSI().
NTSTATUS USBSTOR_SendCBW | ( | PIRP_CONTEXT | Context, |
PIRP | Irp | ||
) |
Definition at line 591 of file scsi.c.
Referenced by USBSTOR_SendModeSense(), and USBSTOR_SendRequest().
VOID USBSTOR_SendCSW | ( | PIRP_CONTEXT | Context, |
PIRP | Irp | ||
) |
Definition at line 379 of file scsi.c.
Referenced by USBSTOR_DataCompletionRoutine(), USBSTOR_ResetHandlerWorkItemRoutine(), and USBSTOR_SendModeSense().
NTSTATUS USBSTOR_SendFormatCapacity | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN ULONG | RetryCount | ||
) |
Definition at line 825 of file scsi.c.
Referenced by USBSTOR_HandleExecuteSCSI().
Definition at line 866 of file scsi.c.
Referenced by USBSTOR_HandleExecuteSCSI().
Definition at line 951 of file scsi.c.
Referenced by USBSTOR_HandleExecuteSCSI().
Definition at line 1140 of file scsi.c.
Referenced by USBSTOR_HandleExecuteSCSI().
NTSTATUS USBSTOR_SendRequest | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | OriginalRequest, | ||
IN UCHAR | CommandLength, | ||
IN PUCHAR | Command, | ||
IN ULONG | TransferDataLength, | ||
IN PUCHAR | TransferData, | ||
IN ULONG | RetryCount | ||
) |
Definition at line 623 of file scsi.c.
Referenced by USBSTOR_SendCapacity(), USBSTOR_SendFormatCapacity(), USBSTOR_SendInquiry(), USBSTOR_SendReadWrite(), USBSTOR_SendTestUnit(), and USBSTOR_SendUnknownRequest().
NTSTATUS USBSTOR_SendTestUnit | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN OUT PIRP | Irp, | ||
IN ULONG | RetryCount | ||
) |
Definition at line 1215 of file scsi.c.
Referenced by USBSTOR_HandleExecuteSCSI().
NTSTATUS USBSTOR_SendUnknownRequest | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN OUT PIRP | Irp, | ||
IN ULONG | RetryCount | ||
) |
Definition at line 1259 of file scsi.c.
Referenced by USBSTOR_HandleExecuteSCSI().