Home
last modified time | relevance | path

Searched defs:atl1_rrd_ring (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/atlx/
Datl1.h633 struct atl1_rrd_ring { struct
634 void *desc; /* descriptor ring virtual address */
635 dma_addr_t dma; /* descriptor ring physical address */
636 unsigned int size; /* descriptor ring length in bytes */
637 u16 count; /* number of descriptors in the ring */
638 u16 next_to_use;
639 atomic_t next_to_clean;