ReactOS
0.4.15-dev-5606-gf34e425
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
IO_COMPLETION_ROUTINE | SpiSenseCompletionRoutine |
Definition at line 123 of file scsi.c.
VOID NTAPI ScsiPortDpcForIsr | ( | _In_ PKDPC | Dpc, |
_In_ PDEVICE_OBJECT | DpcDeviceObject, | ||
_Inout_ PIRP | DpcIrp, | ||
_In_opt_ PVOID | DpcContext | ||
) |
Definition at line 1238 of file scsi.c.
Definition at line 1603 of file scsi.c.
Referenced by ScsiPortDpcForIsr().
Definition at line 964 of file scsi.c.
Referenced by ScsiPortStartIo().
|
static |
Definition at line 1456 of file scsi.c.
Referenced by ScsiPortStartIo().
VOID SpiGetNextRequestFromLun | ( | _In_ PSCSI_PORT_DEVICE_EXTENSION | DeviceExtension, |
_Inout_ PSCSI_PORT_LUN_EXTENSION | LunExtension, | ||
_Inout_opt_ PKIRQL | OldIrql | ||
) |
Definition at line 342 of file scsi.c.
Referenced by FdoSendInquiry(), ScsiPortDispatchScsi(), ScsiPortDpcForIsr(), SpiProcessCompletedRequest(), and SpiSenseCompletionRoutine().
|
static |
Definition at line 52 of file scsi.c.
Referenced by ScsiPortDispatchScsi().
|
static |
Definition at line 647 of file scsi.c.
Referenced by ScsiPortDpcForIsr().
Definition at line 1121 of file scsi.c.
Referenced by ScsiPortDpcForIsr().
|
static |
Definition at line 536 of file scsi.c.
Referenced by SpiProcessCompletedRequest().
NTSTATUS NTAPI SpiSenseCompletionRoutine | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
_In_ PIRP | Irp, | ||
_In_opt_ PVOID | Context | ||
) |
Definition at line 457 of file scsi.c.
IO_COMPLETION_ROUTINE SpiSenseCompletionRoutine |
Definition at line 453 of file scsi.c.
Referenced by SpiSendRequestSense().