Searched defs:mtk_tx_ring (Results 1 – 2 of 2) sorted by relevance
646 struct mtk_tx_ring { struct647 struct mtk_tx_dma *dma;648 struct mtk_tx_buf *buf;649 dma_addr_t phys;650 struct mtk_tx_dma *next_free;651 struct mtk_tx_dma *last_free;652 u16 thresh;653 atomic_t free_count;654 int dma_size;655 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */[all …]
906 struct mtk_tx_ring { struct907 void *dma;908 struct mtk_tx_buf *buf;909 dma_addr_t phys;910 struct mtk_tx_dma *next_free;911 struct mtk_tx_dma *last_free;912 u32 last_free_ptr;913 u16 thresh;914 atomic_t free_count;915 int dma_size;[all …]