iPXE
Data Fields
txnic_cq Struct Reference

A completion queue. More...

#include <thunderx.h>

Data Fields

unsigned int cons
 Consumer counter. More...
 
union txnic_cqecqe
 Completion queue entries. More...
 

Detailed Description

A completion queue.

Definition at line 403 of file thunderx.h.

Field Documentation

◆ cons

unsigned int txnic_cq::cons

Consumer counter.

Definition at line 405 of file thunderx.h.

Referenced by txnic_create_cq(), txnic_diag(), and txnic_poll_cq().

◆ cqe

union txnic_cqe* txnic_cq::cqe

Completion queue entries.

Definition at line 407 of file thunderx.h.

Referenced by txnic_alloc(), txnic_create_cq(), txnic_free(), and txnic_poll_cq().


The documentation for this struct was generated from the following file: