Home
last modified time | relevance | path

Searched refs:cpdma_desc_pool (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/ti/
Ddavinci_cpdma.c83 struct cpdma_desc_pool { struct
107 struct cpdma_desc_pool *pool; argument
154 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 …]