Home
last modified time | relevance | path

Searched refs:cpdma_check_free_tx_desc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/ti/
Ddavinci_cpdma.h98 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan);
Ddavinci_cpdma.c722 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan) in cpdma_check_free_tx_desc() function
743 EXPORT_SYMBOL_GPL(cpdma_check_free_tx_desc);
Ddavinci_emac.c1108 if (unlikely(!cpdma_check_free_tx_desc(priv->txchan))) in emac_dev_xmit()
Dcpsw.c1404 if (unlikely(!cpdma_check_free_tx_desc(priv->txch))) in cpsw_ndo_start_xmit()