iPXE
Data Fields
natsemi_descriptor_64 Struct Reference

A 64-bit packet descriptor. More...

#include <natsemi.h>

Data Fields

uint64_t link
 Link to next descriptor. More...
 
uint64_t bufptr
 Buffer pointer. More...
 
uint32_t cmdsts
 Command / status. More...
 
uint32_t extsts
 Extended status. More...
 

Detailed Description

A 64-bit packet descriptor.

Definition at line 30 of file natsemi.h.

Field Documentation

◆ link

uint64_t natsemi_descriptor_64::link

Link to next descriptor.

Definition at line 32 of file natsemi.h.

Referenced by natsemi_create_ring().

◆ bufptr

uint64_t natsemi_descriptor_64::bufptr

Buffer pointer.

Definition at line 34 of file natsemi.h.

◆ cmdsts

uint32_t natsemi_descriptor_64::cmdsts

Command / status.

Definition at line 36 of file natsemi.h.

◆ extsts

uint32_t natsemi_descriptor_64::extsts

Extended status.

Definition at line 38 of file natsemi.h.


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