Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
932 struct mtk_tx_ring { struct933 void *dma;934 struct mtk_tx_buf *buf;935 dma_addr_t phys;936 struct mtk_tx_dma *next_free;937 struct mtk_tx_dma *last_free;938 u32 last_free_ptr;939 u16 thresh;940 atomic_t free_count;941 int dma_size;[all …]