Searched defs:atl1c_rrd_ring (Results 1 – 1 of 1) sorted by relevance
495 struct atl1c_rrd_ring { struct496 void *desc; /* descriptor ring virtual address */497 dma_addr_t dma; /* descriptor ring physical address */498 u16 size; /* descriptor ring length in bytes */499 u16 count; /* number of descriptors in the ring */500 u16 next_to_use;501 u16 next_to_clean;