VOID
NdisWritePortBufferUshort(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
IN PUSHORT Buffer,
IN ULONG Length
);
NdisWritePortBufferUshort is called by the NIC driver to write USHORTs from a buffer to its NIC.
NdisWritePortBufferUshort sequentially writes each USHORT to the port. It determines how the host accesses the I/O port and processes the write request accordingly.
Callers of NdisWritePortBufferUshort can be running at any IRQL.
NdisRawWritePortBufferUshort, NdisReadPortBufferUshort, NdisWritePortUshort