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