Home
last modified time | relevance | path

Searched refs:pdma_txdesc (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dmtk_eth.c124 struct pdma_txdesc { struct
144 struct pdma_txdesc *tx_ring_noc; argument
826 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()