Home
last modified time | relevance | path

Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h906 struct mtk_tx_ring { struct
907 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 …]