Lines Matching refs:tx_buf
120 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()
191 bufp = dma->tx_buf; in dma_tx_init()
298 free(dma->tx_buf); in dma_deinit()
299 dma->tx_buf = NULL; in dma_deinit()
313 uint8_t *bufp = dma->tx_buf + dma->cur_tx_index * TX_BUF_SIZE_ALIGNED; in gmac_tx_packet()
921 dma->tx_buf = (uint8_t *)tmp; in gmac_add()
923 dma->tx_buf, TX_BUF_SIZE_ALIGNED * TX_BUF_NUM); in gmac_add()
930 free(dma->tx_buf); in gmac_add()
941 free(dma->tx_buf); in gmac_add()