ScsiPortReadPortBufferUshort

VOID
ScsiPortReadPortBufferUshort(

IN PUSHORT Port,
IN PUSHORT Buffer,
IN ULONG Count
);

ScsiPortReadPortBufferUshort transfers a given number of USHORT values from the HBA to a buffer.

Parameters

Port

Points to the I/O port. The given Port must be in a mapped I/O-space range returned by ScsiPortGetDeviceBase.

Buffer

Points to the buffer.

Count

Specifies the number of USHORT values to read from the HBA.

Comments

ScsiPortReadPortBufferUshort ensures that the data is transferred correctly.

See Also

ScsiPortGetDeviceBase