iPXE
Data Fields
txnic_cqe_send Struct Reference

A send completion queue entry. More...

#include <thunderx.h>

Data Fields

uint8_t send_status
 Status. More...
 
uint8_t unused [4]
 Unused. More...
 
uint16_t sqe_ptr
 Send queue entry pointer. More...
 
uint8_t cqe_type
 Type. More...
 

Detailed Description

A send completion queue entry.

Definition at line 330 of file thunderx.h.

Field Documentation

◆ send_status

uint8_t txnic_cqe_send::send_status

Status.

Definition at line 332 of file thunderx.h.

Referenced by txnic_complete_sqe().

◆ unused

uint8_t txnic_cqe_send::unused[4]

Unused.

Definition at line 334 of file thunderx.h.

◆ sqe_ptr

uint16_t txnic_cqe_send::sqe_ptr

Send queue entry pointer.

Definition at line 336 of file thunderx.h.

Referenced by txnic_complete_sqe().

◆ cqe_type

uint8_t txnic_cqe_send::cqe_type

Type.

Definition at line 338 of file thunderx.h.


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