iPXE
Data Fields
txnic_cq Struct Reference

A completion queue. More...

#include <thunderx.h>

Data Fields

unsigned int cons
 Consumer counter. More...
 
userptr_t cqe
 Completion queue entries. More...
 

Detailed Description

A completion queue.

Definition at line 402 of file thunderx.h.

Field Documentation

◆ cons

unsigned int txnic_cq::cons

Consumer counter.

Definition at line 404 of file thunderx.h.

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

◆ cqe

userptr_t txnic_cq::cqe

Completion queue entries.

Definition at line 406 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: