Expand description

The Receive Queue (RQ) object holds the descriptor ring used to hold incoming packets. The descriptor ring is referred to as a Work Queue Buffer. This module defines the layout of an RQ and the context used to initialize a RQ.

(PRM Section 8.13: Receive Queue)

Structs

  • A data structure that contains the RQ ring of descriptors and is used to interact with the RQ once initialized.

Enums