Searched defs:jme_ring (Results 1 – 1 of 1) sorted by relevance
363 struct jme_ring { struct364 void *alloc; /* pointer to allocated memory */365 void *desc; /* pointer to ring memory */366 dma_addr_t dmaalloc; /* phys address of ring alloc */367 dma_addr_t dma; /* phys address for ring dma */370 struct jme_buffer_info *bufinf;372 int next_to_use;373 atomic_t next_to_clean;374 atomic_t nr_free;