Lines Matching refs:txchan
319 struct cpdma_chan *txchan; member
974 ret_code = cpdma_chan_submit(priv->txchan, skb, skb->data, skb->len, in emac_dev_xmit()
985 if (unlikely(!cpdma_check_free_tx_desc(priv->txchan))) in emac_dev_xmit()
1017 cpdma_chan_stop(priv->txchan); in emac_dev_tx_timeout()
1018 cpdma_chan_start(priv->txchan); in emac_dev_tx_timeout()
1261 cpdma_chan_process(priv->txchan, EMAC_DEF_TX_MAX_SERVICE); in emac_poll()
1916 priv->txchan = cpdma_chan_create(priv->dma, EMAC_DEF_TX_CH, in davinci_emac_probe()
1918 if (IS_ERR(priv->txchan)) { in davinci_emac_probe()
1920 rc = PTR_ERR(priv->txchan); in davinci_emac_probe()
1986 cpdma_chan_destroy(priv->txchan); in davinci_emac_probe()
2013 if (priv->txchan) in davinci_emac_remove()
2014 cpdma_chan_destroy(priv->txchan); in davinci_emac_remove()