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 444 of file scsi.c.
Referenced by USBSTOR_SendCBWRequest(), and USBSTOR_SendRequest().
NTSTATUS NTAPI USBSTOR_CBWCompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Ctx | ||
) |
Definition at line 329 of file scsi.c.
NTSTATUS NTAPI USBSTOR_CSWCompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Ctx | ||
) |
Definition at line 129 of file scsi.c.
NTSTATUS NTAPI USBSTOR_DataCompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Ctx | ||
) |
Definition at line 260 of file scsi.c.
NTSTATUS USBSTOR_HandleExecuteSCSI | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 540 of file scsi.c.
Referenced by USBSTOR_HandleTransferError(), and USBSTOR_StartIo().
|
static |
Definition at line 101 of file scsi.c.
Referenced by USBSTOR_CSWCompletionRoutine().
|
static |
Definition at line 60 of file scsi.c.
Referenced by USBSTOR_CBWCompletionRoutine(), USBSTOR_SendCBWRequest(), and USBSTOR_SendCSWRequest().
|
static |
Definition at line 502 of file scsi.c.
Referenced by USBSTOR_CSWCompletionRoutine().
|
static |
Definition at line 456 of file scsi.c.
Referenced by USBSTOR_HandleExecuteSCSI(), and USBSTOR_IssueRequestSense().
NTSTATUS USBSTOR_SendCSWRequest | ( | PFDO_DEVICE_EXTENSION | FDODeviceExtension, |
PIRP | Irp | ||
) |
Definition at line 242 of file scsi.c.
Referenced by USBSTOR_CBWCompletionRoutine(), USBSTOR_DataCompletionRoutine(), and USBSTOR_ResetPipeWorkItemRoutine().
|
static |
Definition at line 20 of file scsi.c.
Referenced by USBSTOR_CSWCompletionRoutine().
IO_COMPLETION_ROUTINE USBSTOR_CBWCompletionRoutine |
Definition at line 325 of file scsi.c.
Referenced by USBSTOR_SendCBW(), and USBSTOR_SendCBWRequest().
IO_COMPLETION_ROUTINE USBSTOR_CSWCompletionRoutine |
Definition at line 125 of file scsi.c.
Referenced by USBSTOR_CBWCompletionRoutine(), USBSTOR_SendCSW(), and USBSTOR_SendCSWRequest().
IO_COMPLETION_ROUTINE USBSTOR_DataCompletionRoutine |
Definition at line 256 of file scsi.c.
Referenced by USBSTOR_CBWCompletionRoutine().