![]() |
Max OS 0.3
|
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. | |
Defines the layout of a buffer descriptor for the AMD AM79C973 Ethernet Controller.
Definition at line 51 of file amd_am79c973.h.
| uint64_t MaxOS::drivers::ethernet::BufferDescriptor::address |
Physical address of the buffer.
Definition at line 53 of file amd_am79c973.h.
| 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.
| uint32_t MaxOS::drivers::ethernet::BufferDescriptor::flags |
Flags for the buffer.
Definition at line 54 of file amd_am79c973.h.
| uint32_t MaxOS::drivers::ethernet::BufferDescriptor::flags2 |