VOID
NdisWritePortBufferUlong(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
IN PULONG Buffer,
IN ULONG Length
);
NdisWritePortBufferUlong is called by the NIC driver to write ULONGs from a buffer to its NIC.
NdisWritePortBufferUlong sequentially writes each ULONG to the port. It determines how the host accesses the I/O port and processes the write request accordingly.
Callers of NdisWritePortBufferUlong can be running at any IRQL.
NdisRawWritePortBufferUlong, NdisReadPortBufferUlong, NdisWritePortUlong