Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h477 struct mtk_tx_dma { struct
615 struct mtk_tx_dma *dma;
618 struct mtk_tx_dma *next_free;
619 struct mtk_tx_dma *last_free;
623 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */
873 struct mtk_tx_dma *scratch_ring;
Dmtk_eth_soc.c762 cnt * sizeof(struct mtk_tx_dma), in mtk_init_fq_dma()
780 (sizeof(struct mtk_tx_dma) * (cnt - 1)); in mtk_init_fq_dma()
787 ((i + 1) * sizeof(struct mtk_tx_dma))); in mtk_init_fq_dma()
807 struct mtk_tx_dma *txd) in mtk_desc_to_tx_buf()
814 static struct mtk_tx_dma *qdma_to_pdma(struct mtk_tx_ring *ring, in qdma_to_pdma()
815 struct mtk_tx_dma *dma) in qdma_to_pdma()
820 static int txd_to_idx(struct mtk_tx_ring *ring, struct mtk_tx_dma *dma) in txd_to_idx()
863 struct mtk_tx_dma *txd, dma_addr_t mapped_addr, in setup_tx_buf()
890 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map()
891 struct mtk_tx_dma *itxd_pdma, *txd_pdma; in mtk_tx_map()
[all …]