iPXE
Data Fields
gve_gqi_tx_descriptor Struct Reference

An in-order transmit descriptor. More...

#include <gve.h>

Data Fields

uint8_t type
 Type. More...
 
uint8_t reserved_a [2]
 Reserved. More...
 
uint8_t count
 Number of descriptors in this packet. More...
 
uint16_t total
 Total length of this packet. More...
 
uint16_t len
 Length of this descriptor. More...
 
struct gve_buffer buf
 Buffer descriptor. More...
 

Detailed Description

An in-order transmit descriptor.

Definition at line 564 of file gve.h.

Field Documentation

◆ type

uint8_t gve_gqi_tx_descriptor::type

Type.

Definition at line 566 of file gve.h.

Referenced by gve_transmit().

◆ reserved_a

uint8_t gve_gqi_tx_descriptor::reserved_a[2]

Reserved.

Definition at line 568 of file gve.h.

◆ count

uint8_t gve_gqi_tx_descriptor::count

Number of descriptors in this packet.

Definition at line 570 of file gve.h.

Referenced by gve_transmit().

◆ total

uint16_t gve_gqi_tx_descriptor::total

Total length of this packet.

Definition at line 572 of file gve.h.

Referenced by gve_transmit().

◆ len

uint16_t gve_gqi_tx_descriptor::len

Length of this descriptor.

Definition at line 574 of file gve.h.

Referenced by gve_transmit().

◆ buf

struct gve_buffer gve_gqi_tx_descriptor::buf

Buffer descriptor.

Definition at line 576 of file gve.h.


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