Searched refs:itxd (Results 1 – 1 of 1) sorted by relevance
1465 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map() local1473 itxd = ring->next_free; in mtk_tx_map()1474 itxd_pdma = qdma_to_pdma(ring, itxd); in mtk_tx_map()1475 if (itxd == ring->last_free) in mtk_tx_map()1478 itx_buf = mtk_desc_to_tx_buf(ring, itxd, soc->tx.desc_size); in mtk_tx_map()1486 mtk_tx_set_dma_desc(dev, itxd, &txd_info); in mtk_tx_map()1494 txd = itxd; in mtk_tx_map()1589 itxd->txd3 = TX_DMA_LS0 | TX_DMA_OWNER_CPU; in mtk_tx_map()1593 itxd = mtk_qdma_phys_to_virt(ring, itxd->txd2); in mtk_tx_map()1594 itxd_pdma = qdma_to_pdma(ring, itxd); in mtk_tx_map()[all …]