ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 51 of file queue.c.
Referenced by USBSTOR_QueueAddIrp().
Definition at line 28 of file queue.c.
Referenced by USBSTOR_HandleInternalDeviceControl(), USBSTOR_QueueAddIrp(), USBSTOR_QueueNextRequest(), and USBSTOR_QueueRelease().
BOOLEAN USBSTOR_QueueAddIrp | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 75 of file queue.c.
Referenced by USBSTOR_HandleInternalDeviceControl().
VOID USBSTOR_QueueInitialize | ( | PFDO_DEVICE_EXTENSION | FDODeviceExtension | ) |
Definition at line 17 of file queue.c.
Referenced by USBSTOR_FdoHandleStartDevice().
VOID USBSTOR_QueueNextRequest | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 220 of file queue.c.
Referenced by USBSTOR_Cancel(), USBSTOR_CancelIo(), USBSTOR_CSWCompletionRoutine(), USBSTOR_HandleExecuteSCSI(), USBSTOR_HandleTransferError(), USBSTOR_ResetDeviceWorkItemRoutine(), USBSTOR_SendModeSense(), and USBSTOR_StartIo().
VOID USBSTOR_QueueRelease | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 262 of file queue.c.
Referenced by USBSTOR_HandleInternalDeviceControl().
VOID USBSTOR_QueueTerminateRequest | ( | IN PDEVICE_OBJECT | FDODeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 186 of file queue.c.
Referenced by USBSTOR_Cancel(), USBSTOR_CancelIo(), USBSTOR_CBWCompletionRoutine(), USBSTOR_CSWCompletionRoutine(), USBSTOR_DataCompletionRoutine(), USBSTOR_HandleExecuteSCSI(), USBSTOR_HandleTransferError(), USBSTOR_SendModeSense(), and USBSTOR_StartIo().
VOID USBSTOR_QueueWaitForPendingRequests | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 171 of file queue.c.
Referenced by USBSTOR_HandleInternalDeviceControl().
PIRP USBSTOR_RemoveIrp | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 144 of file queue.c.
Referenced by USBSTOR_QueueNextRequest(), and USBSTOR_QueueRelease().
VOID NTAPI USBSTOR_StartIo | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 300 of file queue.c.
Referenced by DriverEntry().