Home
last modified time | relevance | path

Searched refs:mtk_tx_dma (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h487 struct mtk_tx_dma { struct
625 struct mtk_tx_dma *dma;
628 struct mtk_tx_dma *next_free;
629 struct mtk_tx_dma *last_free;
633 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */
883 struct mtk_tx_dma *scratch_ring;
Dmtk_eth_soc.c797 cnt * sizeof(struct mtk_tx_dma), in mtk_init_fq_dma()
815 (sizeof(struct mtk_tx_dma) * (cnt - 1)); in mtk_init_fq_dma()
822 ((i + 1) * sizeof(struct mtk_tx_dma))); in mtk_init_fq_dma()
842 struct mtk_tx_dma *txd) in mtk_desc_to_tx_buf()
849 static struct mtk_tx_dma *qdma_to_pdma(struct mtk_tx_ring *ring, in qdma_to_pdma()
850 struct mtk_tx_dma *dma) in qdma_to_pdma()
855 static int txd_to_idx(struct mtk_tx_ring *ring, struct mtk_tx_dma *dma) in txd_to_idx()
898 struct mtk_tx_dma *txd, dma_addr_t mapped_addr, in setup_tx_buf()
925 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map()
926 struct mtk_tx_dma *itxd_pdma, *txd_pdma; in mtk_tx_map()
[all …]