VOID
NdisReadPortBufferUlong(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
OUT PULONG Buffer,
IN ULONG Length
);
NdisReadPortBufferUlong is called by the NIC driver to read a specified number of ULONGs from its NIC into a buffer.
NdisReadPortBufferUlong reads sequentially each ULONG from the port. It determines how the host accesses the I/O port and processes the read request accordingly.
Callers of NdisReadPortBufferUlong can be running at any IRQL.
NdisRawReadPortBufferUlong, NdisReadPortUlong, NdisWritePortBufferUlong