VOID
NdisWritePortUshort(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
IN USHORT Data
);
NdisWritePortUshort is called by the NIC driver to write a USHORT to an I/O port.
Callers of NdisWritePortUshort can be running at any IRQL.
NdisRawWritePortUshort, NdisReadPortUshort, NdisWritePortBufferUshort