Lines Matching refs:txchan
320 struct cpdma_chan *txchan;
967 ret_code = cpdma_chan_submit(priv->txchan, skb, skb->data, skb->len,
978 if (unlikely(!cpdma_check_free_tx_desc(priv->txchan)))
1010 cpdma_chan_stop(priv->txchan);
1011 cpdma_chan_start(priv->txchan);
1254 cpdma_chan_process(priv->txchan, EMAC_DEF_TX_MAX_SERVICE);
1885 priv->txchan = cpdma_chan_create(priv->dma, EMAC_DEF_TX_CH,
1887 if (IS_ERR(priv->txchan)) {
1889 rc = PTR_ERR(priv->txchan);
1959 cpdma_chan_destroy(priv->txchan);
1986 if (priv->txchan)
1987 cpdma_chan_destroy(priv->txchan);