// srb.h
PHW_DMA_STARTED PhwDmaStarted;
VOID PhwDmaStarted(
[in] PVOID DeviceExtension
)
{...}
View the official Windows Driver Kit DDI reference
No description available.
The PHW_DMA_STARTED routine prototype declares a SCSI miniport driver routine that starts DMA for subordinate DMA device.
DeviceExtension
[in]Pointer to the miniport driver's per-HBA storage area.
If the HBA is a subordinate DMA device, the SCSI miniport driver's HwScsiDmaStarted routine is called after the OS-specific port driver has set up the system DMA controller for a DMA transfer.
Miniport drivers that work with the StorPort driver do not support adapters that require subordinate DMA.