ScsiPortReadRegisterBufferUlong


VOID ScsiPortReadRegisterBufferUlong(Register, Buffer, Count)
IN PULONG  Register;
IN PULONG  Buffer;
IN ULONG  Count;

Transfers a specified number of ULONG values from the HBA's register into the specified buffer.

Register

Points to the register.

Buffer

Points to the buffer.

Count

Specifies the number of ULONG values to be read.

ScsiPortReadRegisterBufferUlong ensures that the data is transferred correctly.