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

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.
 

Detailed Description

The receive descriptor for the Intel I217 Ethernet Controller.

Definition at line 33 of file intel_i217.h.

Member Data Documentation

◆ buffer_address

uint64_t MaxOS::drivers::ethernet::ReceiveDescriptor::buffer_address

The address of the receive buffer.

Definition at line 34 of file intel_i217.h.

◆ checksum

uint16_t MaxOS::drivers::ethernet::ReceiveDescriptor::checksum

The checksum of the received frame.

Definition at line 36 of file intel_i217.h.

◆ errors

uint8_t MaxOS::drivers::ethernet::ReceiveDescriptor::errors

Any errors that occurred.

Definition at line 38 of file intel_i217.h.

◆ length

uint16_t MaxOS::drivers::ethernet::ReceiveDescriptor::length

The length of the received frame.

Definition at line 35 of file intel_i217.h.

◆ special

uint16_t MaxOS::drivers::ethernet::ReceiveDescriptor::special

Special.

Definition at line 39 of file intel_i217.h.

◆ status

uint8_t MaxOS::drivers::ethernet::ReceiveDescriptor::status

The status of the received frame.

Definition at line 37 of file intel_i217.h.


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