iPXE
Data Fields
txnic_sq Struct Reference

A send queue. More...

#include <thunderx.h>

Data Fields

unsigned int prod
 Producer counter. More...
 
unsigned int cons
 Consumer counter. More...
 
userptr_t sqe
 Send queue entries. More...
 

Detailed Description

A send queue.

Definition at line 185 of file thunderx.h.

Field Documentation

◆ prod

unsigned int txnic_sq::prod

Producer counter.

Definition at line 187 of file thunderx.h.

Referenced by txnic_create_sq(), txnic_diag(), and txnic_send().

◆ cons

unsigned int txnic_sq::cons

Consumer counter.

Definition at line 189 of file thunderx.h.

Referenced by txnic_complete_sqe(), txnic_create_sq(), txnic_diag(), and txnic_send().

◆ sqe

userptr_t txnic_sq::sqe

Send queue entries.

Definition at line 191 of file thunderx.h.

Referenced by txnic_alloc(), txnic_create_sq(), txnic_free(), and txnic_send().


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