![]() |
Max OS 0.3
|
The send descriptor for the Intel I217 Ethernet Controller. More...
#include <intel_i217.h>
Public Attributes | |
| uint64_t | buffer_address |
| The address of the send buffer. | |
| uint16_t | length |
| The length of the send frame. | |
| uint8_t | cso |
| The checksum offset. | |
| uint8_t | cmd |
| The command. | |
| uint8_t | status |
| The status. | |
| uint8_t | css |
| The checksum start. | |
| uint16_t | special |
| Special. | |
The send descriptor for the Intel I217 Ethernet Controller.
Definition at line 49 of file intel_i217.h.
| uint64_t MaxOS::drivers::ethernet::SendDescriptor::buffer_address |
The address of the send buffer.
Definition at line 50 of file intel_i217.h.
| uint8_t MaxOS::drivers::ethernet::SendDescriptor::cmd |
The command.
Definition at line 53 of file intel_i217.h.
| uint8_t MaxOS::drivers::ethernet::SendDescriptor::cso |
The checksum offset.
Definition at line 52 of file intel_i217.h.
| uint8_t MaxOS::drivers::ethernet::SendDescriptor::css |
The checksum start.
Definition at line 55 of file intel_i217.h.
| uint16_t MaxOS::drivers::ethernet::SendDescriptor::length |
The length of the send frame.
Definition at line 51 of file intel_i217.h.
| uint16_t MaxOS::drivers::ethernet::SendDescriptor::special |
Special.
Definition at line 56 of file intel_i217.h.
| uint8_t MaxOS::drivers::ethernet::SendDescriptor::status |
The status.
Definition at line 54 of file intel_i217.h.