Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/ti/
Ddavinci_cpdma.h95 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan);
Dcpsw.c943 if (unlikely(!cpdma_check_free_tx_desc(txch))) { in cpsw_ndo_start_xmit()
949 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
961 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
Dcpsw_new.c958 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()
Ddavinci_cpdma.c1179 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan) in cpdma_check_free_tx_desc() function
Ddavinci_emac.c966 if (unlikely(!cpdma_check_free_tx_desc(priv->txchan))) in emac_dev_xmit()