VOID
NdisRawWritePortBufferUshort(
IN ULONG Port,
IN PUSHORT Buffer,
IN ULONG Length
);
NdisRawWritePortBufferUshort writes a specified number of USHORT values from a caller-supplied buffer to a given I/O port.
A NIC driver calls NdisRawWritePortBufferUshort to transfer a sequence of USHORTs, one at a time, to its NIC.
NdisRawWritePortBufferUshort runs significantly faster than NdisImmediateWritePortBufferUshort because it need not map a bus-relative port address onto a host-dependent logical port address at every call.
Callers of NdisRawWritePortBufferUshort can run at any IRQL.
MiniportInitialize, NdisMRegisterIoPortRange, NdisRawReadPortBufferUshort, NdisRawWritePortBufferUchar, NdisRawWritePortBufferUlong, NdisRawWritePortUshort