Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
e1000_tx_ring Struct Reference

#include <e1000.h>

Data Fields

voiddesc
 
dma_addr_t dma
 
unsigned int size
 
unsigned int count
 
unsigned int next_to_use
 
unsigned int next_to_clean
 
struct e1000_bufferbuffer_info
 
u16 tdh
 
u16 tdt
 
bool last_tx_tso
 

Detailed Description

Definition at line 158 of file e1000.h.

Field Documentation

Definition at line 172 of file e1000.h.

unsigned int count

Definition at line 166 of file e1000.h.

Definition at line 160 of file e1000.h.

Definition at line 162 of file e1000.h.

bool last_tx_tso

Definition at line 176 of file e1000.h.

unsigned int next_to_clean

Definition at line 170 of file e1000.h.

unsigned int next_to_use

Definition at line 168 of file e1000.h.

unsigned int size

Definition at line 164 of file e1000.h.

u16 tdh

Definition at line 174 of file e1000.h.

u16 tdt

Definition at line 175 of file e1000.h.


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