Searched defs:jme_ring (Results 1 – 1 of 1) sorted by relevance
377 struct jme_ring { struct378 void *alloc; /* pointer to allocated memory */379 void *desc; /* pointer to ring memory */380 dma_addr_t dmaalloc; /* phys address of ring alloc */381 dma_addr_t dma; /* phys address for ring dma */384 struct jme_buffer_info *bufinf;386 int next_to_use;387 atomic_t next_to_clean;388 atomic_t nr_free;