iPXE
Data Fields
txnic_cqe_rx Struct Reference

A receive completion queue entry. More...

#include <thunderx.h>

Data Fields

uint8_t errop
 Error opcode. More...
 
uint8_t unused_a [6]
 Unused. More...
 
uint8_t cqe_type
 Type. More...
 
uint8_t unused_b [1]
 Unused. More...
 
uint8_t apad
 Padding. More...
 
uint8_t unused_c [4]
 Unused. More...
 
uint16_t len
 Length. More...
 

Detailed Description

A receive completion queue entry.

Definition at line 345 of file thunderx.h.

Field Documentation

◆ errop

uint8_t txnic_cqe_rx::errop

Error opcode.

Definition at line 347 of file thunderx.h.

Referenced by txnic_complete_rqe().

◆ unused_a

uint8_t txnic_cqe_rx::unused_a[6]

Unused.

Definition at line 349 of file thunderx.h.

◆ cqe_type

uint8_t txnic_cqe_rx::cqe_type

Type.

Definition at line 351 of file thunderx.h.

◆ unused_b

uint8_t txnic_cqe_rx::unused_b[1]

Unused.

Definition at line 353 of file thunderx.h.

◆ apad

uint8_t txnic_cqe_rx::apad

Padding.

Definition at line 355 of file thunderx.h.

Referenced by txnic_complete_rqe().

◆ unused_c

uint8_t txnic_cqe_rx::unused_c[4]

Unused.

Definition at line 357 of file thunderx.h.

◆ len

uint16_t txnic_cqe_rx::len

Length.

Definition at line 359 of file thunderx.h.

Referenced by txnic_complete_rqe().


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