Searched refs:cpdma_check_free_tx_desc (Results 1 – 4 of 4) sorted by relevance
94 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan);
1101 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan) in cpdma_check_free_tx_desc() function1114 EXPORT_SYMBOL_GPL(cpdma_check_free_tx_desc);
1635 if (unlikely(!cpdma_check_free_tx_desc(txch))) { in cpsw_ndo_start_xmit()1641 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()1653 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
979 if (unlikely(!cpdma_check_free_tx_desc(priv->txchan))) in emac_dev_xmit()