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.