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.
Parameters
NdisAdapterHandle
Specifies the handle that the NDIS interface library associates with the network interface card.
Port
Specifies the I/O port.
Data
Specifies the USHORT value to write to Port.
Comments
Callers of NdisWritePortUshort can be running at any IRQL.
See Also
NdisRawWritePortUshort, NdisReadPortUshort, NdisWritePortBufferUshort