iPXE
Data Fields
gve_tx_packet Struct Reference

A transmit packet 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...
 

Detailed Description

A transmit packet descriptor.

Definition at line 516 of file gve.h.

Field Documentation

◆ type

uint8_t gve_tx_packet::type

Type.

Definition at line 518 of file gve.h.

◆ reserved_a

uint8_t gve_tx_packet::reserved_a[2]

Reserved.

Definition at line 520 of file gve.h.

◆ count

uint8_t gve_tx_packet::count

Number of descriptors in this packet.

Definition at line 522 of file gve.h.

◆ total

uint16_t gve_tx_packet::total

Total length of this packet.

Definition at line 524 of file gve.h.

◆ len

uint16_t gve_tx_packet::len

Length of this descriptor.

Definition at line 526 of file gve.h.


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