NdisRawWritePortUshort writes a USHORT value to an I/O port on the NIC.
VOID
NdisRawWritePortUshort(
IN ULONG_PTR Port,
IN USHORT Data
);
Declared in Ndis.h. Include Ndis.h.
NdisRawWritePortUshort runs faster than NdisImmediateWritePortUshort because it need not map a bus-relative I/O port address onto a host-dependent logical port address at every call.
Callers of NdisRawWritePortUshort can run at any IRQL.
MiniportInitialize, NdisMRegisterIoPortRange, NdisRawReadPortUshort, NdisRawWritePortBufferUshort, NdisRawWritePortUchar, NdisRawWritePortUlong