Expand description

Event Queues (EQ) are circular buffers used by the HCA to report completion events, errors and other asynchronous events. This module defines the layout of an EQ, the context used to initialize an EQ and related functions.

(PRM Section 8.19: Events and Interrupts)

Structs

  • A data structure that contains the EQ buffer and is used to interact with the EQ once initialized.
  • The layout of an entry in the EQ buffer.