VOID
NdisRawReadPortUshort(
IN ULONG Port,
OUT PUSHORT Data
);
NdisRawReadPortUshort reads a USHORT value from a given I/O port on the NIC.
NdisRawReadPortUshort runs faster than NdisImmediateReadPortUshort because it need not map a bus-relative I/O port address onto a host-dependent logical port address at every call.
Callers of NdisRawReadPortUshort can run at any IRQL.
MiniportInitialize, NdisMRegisterIoPortRange, NdisRawReadPortBufferUshort, NdisRawReadPortUchar, NdisRawReadPortUlong, NdisRawWritePortUshort