Searched refs:itxd (Results 1 – 1 of 1) sorted by relevance
890 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map() local899 itxd = ring->next_free; in mtk_tx_map()900 itxd_pdma = qdma_to_pdma(ring, itxd); in mtk_tx_map()901 if (itxd == ring->last_free) in mtk_tx_map()908 itx_buf = mtk_desc_to_tx_buf(ring, itxd); in mtk_tx_map()927 WRITE_ONCE(itxd->txd1, mapped_addr); in mtk_tx_map()935 txd = itxd; in mtk_tx_map()998 WRITE_ONCE(itxd->txd4, txd4); in mtk_tx_map()999 WRITE_ONCE(itxd->txd3, (TX_DMA_SWC | TX_DMA_PLEN0(skb_headlen(skb)) | in mtk_tx_map()1033 tx_buf = mtk_desc_to_tx_buf(ring, itxd); in mtk_tx_map()[all …]