Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h508 struct mtk_tx_dma { struct
646 struct mtk_tx_dma *dma;
649 struct mtk_tx_dma *next_free;
650 struct mtk_tx_dma *last_free;
654 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */
904 struct mtk_tx_dma *scratch_ring;
H A Dmtk_eth_soc.c829 cnt * sizeof(struct mtk_tx_dma), in mtk_init_fq_dma()
847 (sizeof(struct mtk_tx_dma) * (cnt - 1)); in mtk_init_fq_dma()
854 ((i + 1) * sizeof(struct mtk_tx_dma))); in mtk_init_fq_dma()
874 struct mtk_tx_dma *txd) in mtk_desc_to_tx_buf()
881 static struct mtk_tx_dma *qdma_to_pdma(struct mtk_tx_ring *ring, in qdma_to_pdma()
882 struct mtk_tx_dma *dma) in qdma_to_pdma()
887 static int txd_to_idx(struct mtk_tx_ring *ring, struct mtk_tx_dma *dma) in txd_to_idx()
930 struct mtk_tx_dma *txd, dma_addr_t mapped_addr, in setup_tx_buf()
957 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map()
958 struct mtk_tx_dma *itxd_pdma, *txd_pdma; in mtk_tx_map()
[all …]