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 …]
898 struct mtk_tx_ring { struct899 void *dma;900 struct mtk_tx_buf *buf;901 dma_addr_t phys;902 struct mtk_tx_dma *next_free;903 struct mtk_tx_dma *last_free;904 u32 last_free_ptr;905 u16 thresh;906 atomic_t free_count;907 int dma_size;[all …]