iPXE
Data Fields
txnic_cqe Union Reference

A completion queue entry. More...

#include <thunderx.h>

Data Fields

struct txnic_cqe_common common
 Common fields. More...
 
struct txnic_cqe_send send
 Send completion. More...
 
struct txnic_cqe_rx rx
 Receive completion. More...
 
uint8_t pad [512]
 Padding. More...
 

Detailed Description

A completion queue entry.

Definition at line 376 of file thunderx.h.

Field Documentation

◆ common

struct txnic_cqe_common txnic_cqe::common

Common fields.

Definition at line 378 of file thunderx.h.

Referenced by txnic_poll_cq().

◆ send

struct txnic_cqe_send txnic_cqe::send

Send completion.

Definition at line 380 of file thunderx.h.

Referenced by txnic_poll_cq().

◆ rx

struct txnic_cqe_rx txnic_cqe::rx

Receive completion.

Definition at line 382 of file thunderx.h.

Referenced by txnic_poll_cq().

◆ pad

uint8_t txnic_cqe::pad[512]

Padding.

Definition at line 384 of file thunderx.h.


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