VOID
NdisWritePortBufferUchar(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
IN PUCHAR Buffer,
IN ULONG Length
);
NdisWritePortBufferUchar is called by the NIC driver to write UCHARs from a buffer to its NIC.
NdisWritePortBufferUchar sequentially writes each UCHAR to the port. It determines how the host accesses the I/O port and processes the write request accordingly.
Callers of NdisWritePortBufferUchar can be running at any IRQL.
NdisRawWritePortBufferUchar, NdisReadPortBufferUchar, NdisWritePortUchar