ScsiPortGetVirtualAddress
PVOID ScsiPortGetVirtualAddress(HwDeviceExtension, PhysicalAddress)
IN PVOID HwDeviceExtension;
IN SCSI_PHYSICAL_ADDRESS PhysicalAddress;
Maps a physical address to a virtual address.
- Returns NULL if the PhysicalAddress parameter is invalid.
- HwDeviceExtension
- Points to the miniport driver's storage for per-adapter data.
- PhysicalAddress
- Specifies the physical address to be converted. The input address must have been returned by ScsiPortGetPhysicalAddress and must be from a noncached device extension or SRB extension.
See Also
ScsiPortGetPhysicalAddress