VOID
NdisReadPortUshort(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
OUT PUSHORT Data
);
NdisReadPortUshort is called by the NIC driver to read a USHORT from its NIC’s I/O port.
Callers of NdisReadPortUshort can be running at any IRQL.
NdisRawReadPortUshort, NdisReadPortBufferUshort, NdisWritePortUshort