Linux Kernel
3.7.1
|
#include <pch_gbe.h>
Data Fields | |
spinlock_t | tx_lock |
struct pch_gbe_tx_desc * | desc |
dma_addr_t | dma |
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_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
dma_addr_t dma |
spinlock_t tx_lock |