Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
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 …]