Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
e1000_tx_desc Struct Reference

#include <e1000.hpp>

Data Fields

volatile uint64_t addr
 
volatile uint16_t length
 
volatile uint8_t cso
 
volatile uint8_t cmd
 
volatile uint8_t status
 
volatile uint8_t css
 
volatile uint16_t special
 

Detailed Description

Definition at line 28 of file e1000.hpp.

Field Documentation

◆ addr

volatile uint64_t e1000_tx_desc::addr

Definition at line 29 of file e1000.hpp.

◆ cmd

volatile uint8_t e1000_tx_desc::cmd

Definition at line 32 of file e1000.hpp.

◆ cso

volatile uint8_t e1000_tx_desc::cso

Definition at line 31 of file e1000.hpp.

◆ css

volatile uint8_t e1000_tx_desc::css

Definition at line 34 of file e1000.hpp.

◆ length

volatile uint16_t e1000_tx_desc::length

Definition at line 30 of file e1000.hpp.

◆ special

volatile uint16_t e1000_tx_desc::special

Definition at line 35 of file e1000.hpp.

◆ status

volatile uint8_t e1000_tx_desc::status

Definition at line 33 of file e1000.hpp.


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