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