Lines Matching refs:txchan
334 struct cpdma_chan *txchan; member
1097 ret_code = cpdma_chan_submit(priv->txchan, skb, skb->data, skb->len, in emac_dev_xmit()
1108 if (unlikely(!cpdma_check_free_tx_desc(priv->txchan))) in emac_dev_xmit()
1141 cpdma_chan_stop(priv->txchan); in emac_dev_tx_timeout()
1142 cpdma_chan_start(priv->txchan); in emac_dev_tx_timeout()
1385 num_tx_pkts = cpdma_chan_process(priv->txchan, in emac_poll()
2045 priv->txchan = cpdma_chan_create(priv->dma, tx_chan_num(EMAC_DEF_TX_CH), in davinci_emac_probe()
2049 if (WARN_ON(!priv->txchan || !priv->rxchan)) { in davinci_emac_probe()
2108 if (priv->txchan) in davinci_emac_probe()
2109 cpdma_chan_destroy(priv->txchan); in davinci_emac_probe()
2132 if (priv->txchan) in davinci_emac_remove()
2133 cpdma_chan_destroy(priv->txchan); in davinci_emac_remove()