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

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.
 

Detailed Description

The send descriptor for the Intel I217 Ethernet Controller.

Definition at line 49 of file intel_i217.h.

Member Data Documentation

◆ buffer_address

uint64_t MaxOS::drivers::ethernet::SendDescriptor::buffer_address

The address of the send buffer.

Definition at line 50 of file intel_i217.h.

◆ cmd

uint8_t MaxOS::drivers::ethernet::SendDescriptor::cmd

The command.

Definition at line 53 of file intel_i217.h.

◆ cso

uint8_t MaxOS::drivers::ethernet::SendDescriptor::cso

The checksum offset.

Definition at line 52 of file intel_i217.h.

◆ css

uint8_t MaxOS::drivers::ethernet::SendDescriptor::css

The checksum start.

Definition at line 55 of file intel_i217.h.

◆ length

uint16_t MaxOS::drivers::ethernet::SendDescriptor::length

The length of the send frame.

Definition at line 51 of file intel_i217.h.

◆ special

uint16_t MaxOS::drivers::ethernet::SendDescriptor::special

Special.

Definition at line 56 of file intel_i217.h.

◆ status

uint8_t MaxOS::drivers::ethernet::SendDescriptor::status

The status.

Definition at line 54 of file intel_i217.h.


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