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

#include <pch_gbe.h>

Data Fields

struct pch_gbe_rx_descdesc
 
dma_addr_t dma
 
unsigned charrx_buff_pool
 
dma_addr_t rx_buff_pool_logic
 
unsigned int rx_buff_pool_size
 
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_rx_ring - rx ring information : 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 515 of file pch_gbe.h.

Field Documentation

Definition at line 525 of file pch_gbe.h.

unsigned int count

Definition at line 522 of file pch_gbe.h.

Definition at line 516 of file pch_gbe.h.

Definition at line 517 of file pch_gbe.h.

unsigned int next_to_clean

Definition at line 524 of file pch_gbe.h.

unsigned int next_to_use

Definition at line 523 of file pch_gbe.h.

unsigned char* rx_buff_pool

Definition at line 518 of file pch_gbe.h.

dma_addr_t rx_buff_pool_logic

Definition at line 519 of file pch_gbe.h.

unsigned int rx_buff_pool_size

Definition at line 520 of file pch_gbe.h.

unsigned int size

Definition at line 521 of file pch_gbe.h.


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