Searched refs:dma64dd_t (Results 1 – 1 of 1) sorted by relevance
33 #define DESCP_SIZE_ALIGNED ALIGN(sizeof(dma64dd_t), ARCH_DMA_MINALIGN)48 } dma64dd_t; typedef97 dma64dd_t *descp = NULL; in dma_tx_dump()112 descp = (dma64dd_t *)(dma->tx_desc_aligned) + i; in dma_tx_dump()129 dma64dd_t *descp = NULL; in dma_rx_dump()144 descp = (dma64dd_t *)(dma->rx_desc_aligned) + i; in dma_rx_dump()161 dma64dd_t *descp = NULL; in dma_tx_init()175 descp = (dma64dd_t *)(dma->tx_desc_aligned) + i; in dma_tx_init()214 dma64dd_t *descp = NULL; in dma_rx_init()229 descp = (dma64dd_t *)(dma->rx_desc_aligned) + i; in dma_rx_init()[all …]