Searched refs:itxd (Results 1 – 1 of 1) sorted by relevance
957 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map() local966 itxd = ring->next_free; in mtk_tx_map()967 itxd_pdma = qdma_to_pdma(ring, itxd); in mtk_tx_map()968 if (itxd == ring->last_free) in mtk_tx_map()975 itx_buf = mtk_desc_to_tx_buf(ring, itxd); in mtk_tx_map()994 WRITE_ONCE(itxd->txd1, mapped_addr); in mtk_tx_map()1002 txd = itxd; in mtk_tx_map()1065 WRITE_ONCE(itxd->txd4, txd4); in mtk_tx_map()1066 WRITE_ONCE(itxd->txd3, (TX_DMA_SWC | TX_DMA_PLEN0(skb_headlen(skb)) | in mtk_tx_map()1100 tx_buf = mtk_desc_to_tx_buf(ring, itxd); in mtk_tx_map()[all …]