iPXE
Data Fields
natsemi_descriptor_32 Struct Reference

A 32-bit packet descriptor. More...

#include <natsemi.h>

Data Fields

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

Detailed Description

A 32-bit packet descriptor.

Definition at line 20 of file natsemi.h.

Field Documentation

◆ link

uint32_t natsemi_descriptor_32::link

Link to next descriptor.

Definition at line 22 of file natsemi.h.

Referenced by natsemi_create_ring().

◆ cmdsts

uint32_t natsemi_descriptor_32::cmdsts

Command / status.

Definition at line 24 of file natsemi.h.

◆ bufptr

uint32_t natsemi_descriptor_32::bufptr

Buffer pointer.

Definition at line 26 of file natsemi.h.


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