Lines Matching refs:txch
398 struct cpdma_chan *txch, *rxch; member
767 cpdma_chan_process(priv->txch, 128); in cpsw_tx_interrupt()
771 cpdma_chan_process(priv->txch, 128); in cpsw_tx_interrupt()
809 num_tx = cpdma_chan_process(priv->txch, 128); in cpsw_poll()
1036 cpdma_chan_get_stats(priv->txch, &tx_stats); in cpsw_get_ethtool_stats()
1080 return cpdma_chan_submit(priv->txch, skb, skb->data, in cpsw_tx_packet_submit()
1084 return cpdma_chan_submit(priv->txch, skb, skb->data, in cpsw_tx_packet_submit()
1087 return cpdma_chan_submit(priv->txch, skb, skb->data, in cpsw_tx_packet_submit()
1404 if (unlikely(!cpdma_check_free_tx_desc(priv->txch))) in cpsw_ndo_start_xmit()
1593 cpdma_chan_stop(priv->txch); in cpsw_ndo_tx_timeout()
1594 cpdma_chan_start(priv->txch); in cpsw_ndo_tx_timeout()
2133 priv_sl2->txch = priv->txch; in cpsw_probe_dual_emac()
2333 priv->txch = cpdma_chan_create(priv->dma, tx_chan_num(0), in cpsw_probe()
2338 if (WARN_ON(!priv->txch || !priv->rxch)) { in cpsw_probe()
2429 cpdma_chan_destroy(priv->txch); in cpsw_probe()
2458 cpdma_chan_destroy(priv->txch); in cpsw_remove()