VOID
NdisReadPortBufferUshort(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
OUT PUSHORT Buffer,
IN ULONG Length
);
NdisReadPortBufferUshort is called by the NIC driver to read a specified number of USHORTs from its NIC into a buffer.
NdisReadPortBufferUshort 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 NdisReadPortBufferShort can be running at any IRQL.
NdisRawReadPortBufferUshort, NdisReadPortUshort, NdisWritePortBufferUshort