Contents

IOUserNetworkRxSubmissionQueue

The queue that receives packets from the device.

Declaration

class IOUserNetworkRxSubmissionQueue;

Overview

Create an IOUserNetworkRxSubmissionQueue in your driver and use it to dequeue empty packets. As data arrives from your hardware, fill those empty packets with the data. Once the packets are filled, enqueue them on your IOUserNetworkRxCompletionQueue object.

Topics

Creating the Submission Queue

Instance Methods

Type Methods

See Also

Packet Queues