Storport Miniport Device Extension!!

Hi,

I am analyzing a crash dump in which i need to get the storport miniport driver’s device extension. I am able to get it from SRB->MiniportContext. But when storport does not have any pending SRB, how do i get the extension. I am not able to locate it in _RAID_ADAPTER_EXTENSION. Is it possible to get it?

Regards,
MK

_RAID_ADAPTER_EXTENSION->Miniport->PrivateDeviceExt->HwDeviceExtension should get you the miniport’s device extension

  • Girish