Searched defs:mtk_tx_ring (Results 1 – 2 of 2) sorted by relevance
577 struct mtk_tx_ring { struct585 struct mtk_tx_ring *ring, bool gso); argument586 int (*tx_poll)(struct mtk_eth *eth, int budget, bool *tx_again);587 void (*tx_clean)(struct mtk_eth *eth);590 u16 tx_ring_size;591 u16 tx_free_idx;594 u16 tx_next_idx;595 atomic_t tx_free_count;
523 struct mtk_tx_ring { struct524 struct mtk_tx_dma *dma;525 struct mtk_tx_buf *buf;526 dma_addr_t phys;527 struct mtk_tx_dma *next_free;528 struct mtk_tx_dma *last_free;529 u16 thresh;530 atomic_t free_count;