Searched refs:cpdma_check_free_tx_desc (Results 1 – 3 of 3) sorted by relevance
95 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan);
953 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()
1179 bool cpdma_check_free_tx_desc(struct cpdma_chan *chan) in cpdma_check_free_tx_desc() function