![]() |
Max OS 0.3
|
The receive descriptor for the Intel I217 Ethernet Controller. More...
#include <intel_i217.h>
Public Attributes | |
| uint64_t | buffer_address |
| The address of the receive buffer. | |
| uint16_t | length |
| The length of the received frame. | |
| uint16_t | checksum |
| The checksum of the received frame. | |
| uint8_t | status |
| The status of the received frame. | |
| uint8_t | errors |
| Any errors that occurred. | |
| uint16_t | special |
| Special. | |
The receive descriptor for the Intel I217 Ethernet Controller.
Definition at line 33 of file intel_i217.h.
| uint64_t MaxOS::drivers::ethernet::ReceiveDescriptor::buffer_address |
The address of the receive buffer.
Definition at line 34 of file intel_i217.h.
| uint16_t MaxOS::drivers::ethernet::ReceiveDescriptor::checksum |
The checksum of the received frame.
Definition at line 36 of file intel_i217.h.
| uint8_t MaxOS::drivers::ethernet::ReceiveDescriptor::errors |
Any errors that occurred.
Definition at line 38 of file intel_i217.h.
| uint16_t MaxOS::drivers::ethernet::ReceiveDescriptor::length |
The length of the received frame.
Definition at line 35 of file intel_i217.h.
| uint16_t MaxOS::drivers::ethernet::ReceiveDescriptor::special |
Special.
Definition at line 39 of file intel_i217.h.
| uint8_t MaxOS::drivers::ethernet::ReceiveDescriptor::status |
The status of the received frame.
Definition at line 37 of file intel_i217.h.