Searched refs:pdma_txdesc (Results 1 – 1 of 1) sorted by relevance
124 struct pdma_txdesc { struct144 struct pdma_txdesc *tx_ring_noc; argument826 memset(priv->tx_ring_noc, 0, NUM_TX_DESC * sizeof(struct pdma_txdesc)); in mtk_eth_fifo_init()1011 priv->tx_ring_noc = (struct pdma_txdesc *) in mtk_eth_probe()1012 noncached_alloc(sizeof(struct pdma_txdesc) * NUM_TX_DESC, in mtk_eth_probe()