netrxqueue.h header
This header is used by network. For more information, see:
netrxqueue.h contains the following programming interfaces:
Functions
NetRxQueueCreate Creates a net receive queue object. |
NetRxQueueGetExtension The NetRxQueueGetExtension function retrieves a packet extension for all packets in a receive (Rx) queue. |
NetRxQueueGetRingCollection The NetRxQueueGetRingCollection function retrieves the NET_RING_COLLECTION structure for a receive (Rx) queue. |
NetRxQueueInitGetQueueId Retrieves the identifier of the receive queue associated with a receive queue. |
NetRxQueueNotifyMoreReceivedPacketsAvailable The client driver calls NetRxQueueNotifyMoreReceivedPacketsAvailable to resume queue operations after NetAdapterCx calls the client's EVT_RXQUEUE_SET_NOTIFICATION_ENABLED event callback routine. |
Structures
NET_RXQUEUE_BUFFER_LAYOUT_HINT The NET_RXQUEUE_BUFFER_LAYOUT_HINT structure represents receive buffer layout hints returned to a client driver from the upper layer. |