Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::drivers::ethernet::BufferDescriptor Struct Reference

Defines the layout of a buffer descriptor for the AMD AM79C973 Ethernet Controller. More...

#include <amd_am79c973.h>

Public Attributes

uint64_t address
 Physical address of the buffer.
 
uint32_t flags
 Flags for the buffer.
 
uint32_t flags2
 Additional flags for the buffer (.
 
uint32_t avail
 Indicates whether the buffer is available to be used.
 

Detailed Description

Defines the layout of a buffer descriptor for the AMD AM79C973 Ethernet Controller.

Definition at line 51 of file amd_am79c973.h.

Member Data Documentation

◆ address

uint64_t MaxOS::drivers::ethernet::BufferDescriptor::address

Physical address of the buffer.

Definition at line 53 of file amd_am79c973.h.

◆ avail

uint32_t MaxOS::drivers::ethernet::BufferDescriptor::avail

Indicates whether the buffer is available to be used.

Definition at line 56 of file amd_am79c973.h.

◆ flags

uint32_t MaxOS::drivers::ethernet::BufferDescriptor::flags

Flags for the buffer.

Definition at line 54 of file amd_am79c973.h.

◆ flags2

uint32_t MaxOS::drivers::ethernet::BufferDescriptor::flags2

Additional flags for the buffer (.

Todo:
enum this)

Definition at line 55 of file amd_am79c973.h.


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