Searched refs:cpdma_check_free_tx_desc (Results 1 – 5 of 5) sorted by relevance
95 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan);
945 if (unlikely(!cpdma_check_free_tx_desc(txch))) { in cpsw_ndo_start_xmit()951 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()963 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
958 if (unlikely(!cpdma_check_free_tx_desc(txch))) { in cpsw_ndo_start_xmit()964 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()976 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
978 if (unlikely(!cpdma_check_free_tx_desc(priv->txchan))) in emac_dev_xmit()
1179 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan) in cpdma_check_free_tx_desc() function