Searched refs:cpdma_desc_pool (Results 1 – 1 of 1) sorted by relevance
83 struct cpdma_desc_pool { struct107 struct cpdma_desc_pool *pool; argument154 static struct cpdma_desc_pool *159 struct cpdma_desc_pool *pool; in cpdma_desc_pool_create()194 static void cpdma_desc_pool_destroy(struct cpdma_desc_pool *pool) in cpdma_desc_pool_destroy()208 static inline dma_addr_t desc_phys(struct cpdma_desc_pool *pool, in desc_phys()217 desc_from_phys(struct cpdma_desc_pool *pool, dma_addr_t dma) in desc_from_phys()223 cpdma_desc_alloc(struct cpdma_desc_pool *pool, int num_desc, bool is_rx) in cpdma_desc_alloc()253 static void cpdma_desc_free(struct cpdma_desc_pool *pool, in cpdma_desc_free()630 struct cpdma_desc_pool *pool = ctlr->pool; in __cpdma_chan_submit()[all …]