Searched refs:tx_done (Results 1 – 2 of 2) sorted by relevance
236 #define tx_done(dev) 1 macro
5240 int tx_done; in mvpp2_send() local5275 tx_done = mvpp2_txq_pend_desc_num_get(port, txq); in mvpp2_send()5276 } while (tx_done); in mvpp2_send()5284 tx_done = mvpp2_txq_sent_desc_proc(port, txq); in mvpp2_send()5285 } while (!tx_done); in mvpp2_send()