Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Ddavinci_cpdma.h96 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan);
Ddavinci_cpdma.c1100 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan) in cpdma_check_free_tx_desc() function
1113 EXPORT_SYMBOL_GPL(cpdma_check_free_tx_desc);
Dcpsw.c2015 if (unlikely(!cpdma_check_free_tx_desc(txch))) { in cpsw_ndo_start_xmit()
2021 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
2033 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
Ddavinci_emac.c979 if (unlikely(!cpdma_check_free_tx_desc(priv->txchan))) in emac_dev_xmit()