Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h95 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan);
H A Dcpsw_new.c953 if (unlikely(!cpdma_check_free_tx_desc(txch))) { in cpsw_ndo_start_xmit()
959 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
971 if (cpdma_check_free_tx_desc(txch)) in cpsw_ndo_start_xmit()
H A Ddavinci_cpdma.c1179 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan) in cpdma_check_free_tx_desc() function