Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h532 struct mtk_tx_dma { struct
671 struct mtk_tx_dma *dma;
674 struct mtk_tx_dma *next_free;
675 struct mtk_tx_dma *last_free;
680 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */
940 struct mtk_tx_dma *scratch_ring;
Dmtk_eth_soc.c825 cnt * sizeof(struct mtk_tx_dma), in mtk_init_fq_dma()
843 (sizeof(struct mtk_tx_dma) * (cnt - 1)); in mtk_init_fq_dma()
850 ((i + 1) * sizeof(struct mtk_tx_dma))); in mtk_init_fq_dma()
870 struct mtk_tx_dma *txd) in mtk_desc_to_tx_buf()
877 static struct mtk_tx_dma *qdma_to_pdma(struct mtk_tx_ring *ring, in qdma_to_pdma()
878 struct mtk_tx_dma *dma) in qdma_to_pdma()
883 static int txd_to_idx(struct mtk_tx_ring *ring, struct mtk_tx_dma *dma) in txd_to_idx()
931 struct mtk_tx_dma *txd, dma_addr_t mapped_addr, in setup_tx_buf()
958 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map()
959 struct mtk_tx_dma *itxd_pdma, *txd_pdma; in mtk_tx_map()
[all …]