Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
925 struct mtk_tx_ring { struct926 void *dma;927 struct mtk_tx_buf *buf;928 dma_addr_t phys;929 struct mtk_tx_dma *next_free;930 struct mtk_tx_dma *last_free;931 u32 last_free_ptr;932 u16 thresh;933 atomic_t free_count;934 int dma_size;[all …]