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...
 

Detailed Description

A completion queue entry.

Definition at line 377 of file thunderx.h.

Field Documentation

◆ common

struct txnic_cqe_common txnic_cqe::common

Common fields.

Definition at line 379 of file thunderx.h.

Referenced by txnic_poll_cq().

◆ send

struct txnic_cqe_send txnic_cqe::send

Send completion.

Definition at line 381 of file thunderx.h.

Referenced by txnic_poll_cq().

◆ rx

struct txnic_cqe_rx txnic_cqe::rx

Receive completion.

Definition at line 383 of file thunderx.h.

Referenced by txnic_poll_cq().


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