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

#include <pch_gbe.h>

Data Fields

spinlock_t tx_lock
 
struct pch_gbe_tx_descdesc
 
dma_addr_t dma
 
unsigned int size
 
unsigned int count
 
unsigned int next_to_use
 
unsigned int next_to_clean
 
struct pch_gbe_bufferbuffer_info
 

Detailed Description

struct pch_gbe_tx_ring - tx ring information : spinlock structs : pointer to the descriptor ring memory : physical address of the descriptor ring : length of descriptor ring in bytes : number of descriptors in the ring : next descriptor to associate a buffer with : next descriptor to check for DD status bit : array of buffer information structs

Definition at line 494 of file pch_gbe.h.

Field Documentation

Definition at line 502 of file pch_gbe.h.

unsigned int count

Definition at line 499 of file pch_gbe.h.

Definition at line 496 of file pch_gbe.h.

Definition at line 497 of file pch_gbe.h.

unsigned int next_to_clean

Definition at line 501 of file pch_gbe.h.

unsigned int next_to_use

Definition at line 500 of file pch_gbe.h.

unsigned int size

Definition at line 498 of file pch_gbe.h.

spinlock_t tx_lock

Definition at line 495 of file pch_gbe.h.


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