Linux Kernel
3.7.1
|
#include <pch_gbe.h>
Data Fields | |
struct pch_gbe_rx_desc * | desc |
dma_addr_t | dma |
unsigned char * | rx_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_buffer * | buffer_info |
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
dma_addr_t dma |
dma_addr_t rx_buff_pool_logic |