Searched refs:TX_BUF_SIZE_ALIGNED (Results 1 – 1 of 1) sorted by relevance
31 #define TX_BUF_SIZE_ALIGNED ALIGN(TX_BUF_SIZE, ARCH_DMA_MINALIGN) macro120 bufp = (uint8_t *)(dma->tx_buf + i * TX_BUF_SIZE_ALIGNED); in dma_tx_dump()170 memset(dma->tx_buf, 0, TX_BUF_NUM * TX_BUF_SIZE_ALIGNED); in dma_tx_init()175 bufp = dma->tx_buf + i * TX_BUF_SIZE_ALIGNED; in dma_tx_init()177 memset((void *)bufp, 0, TX_BUF_SIZE_ALIGNED); in dma_tx_init()197 TX_BUF_SIZE_ALIGNED * TX_BUF_NUM); in dma_tx_init()313 uint8_t *bufp = dma->tx_buf + dma->cur_tx_index * TX_BUF_SIZE_ALIGNED; in gmac_tx_packet()358 (unsigned long)bufp + TX_BUF_SIZE_ALIGNED); in gmac_tx_packet()915 tmp = memalign(ARCH_DMA_MINALIGN, TX_BUF_SIZE_ALIGNED * TX_BUF_NUM); in gmac_add()923 dma->tx_buf, TX_BUF_SIZE_ALIGNED * TX_BUF_NUM); in gmac_add()