Lines Matching refs:tx_buf
121 bufp = (uint8_t *)(dma->tx_buf + i * TX_BUF_SIZE_ALIGNED); in dma_tx_dump()
171 memset(dma->tx_buf, 0, TX_BUF_NUM * TX_BUF_SIZE_ALIGNED); in dma_tx_init()
176 bufp = dma->tx_buf + i * TX_BUF_SIZE_ALIGNED; in dma_tx_init()
192 bufp = dma->tx_buf; in dma_tx_init()
299 free(dma->tx_buf); in dma_deinit()
300 dma->tx_buf = NULL; in dma_deinit()
314 uint8_t *bufp = dma->tx_buf + dma->cur_tx_index * TX_BUF_SIZE_ALIGNED; in gmac_tx_packet()
922 dma->tx_buf = (uint8_t *)tmp; in gmac_add()
924 dma->tx_buf, TX_BUF_SIZE_ALIGNED * TX_BUF_NUM); in gmac_add()
931 free(dma->tx_buf); in gmac_add()
942 free(dma->tx_buf); in gmac_add()