Searched refs:itxd (Results 1 – 1 of 1) sorted by relevance
958 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map() local967 itxd = ring->next_free; in mtk_tx_map()968 itxd_pdma = qdma_to_pdma(ring, itxd); in mtk_tx_map()969 if (itxd == ring->last_free) in mtk_tx_map()976 itx_buf = mtk_desc_to_tx_buf(ring, itxd); in mtk_tx_map()995 WRITE_ONCE(itxd->txd1, mapped_addr); in mtk_tx_map()1003 txd = itxd; in mtk_tx_map()1066 WRITE_ONCE(itxd->txd4, txd4); in mtk_tx_map()1067 WRITE_ONCE(itxd->txd3, (TX_DMA_SWC | TX_DMA_PLEN0(skb_headlen(skb)) | in mtk_tx_map()1101 tx_buf = mtk_desc_to_tx_buf(ring, itxd); in mtk_tx_map()[all …]