Lines Matching refs:txch
389 struct cpdma_chan *txch, *rxch; member
794 num_tx = cpdma_chan_process(priv->txch, budget); in cpsw_tx_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()
1415 if (unlikely(!cpdma_check_free_tx_desc(priv->txch))) in cpsw_ndo_start_xmit()
1603 cpdma_chan_stop(priv->txch); in cpsw_ndo_tx_timeout()
1604 cpdma_chan_start(priv->txch); in cpsw_ndo_tx_timeout()
2159 priv_sl2->txch = priv->txch; in cpsw_probe_dual_emac()
2404 priv->txch = cpdma_chan_create(priv->dma, tx_chan_num(0), in cpsw_probe()
2409 if (WARN_ON(!priv->txch || !priv->rxch)) { in cpsw_probe()
2512 cpdma_chan_destroy(priv->txch); in cpsw_probe()
2541 cpdma_chan_destroy(priv->txch); in cpsw_remove()