Searched refs:tx_done (Results 1 – 2 of 2) sorted by relevance
236 #define tx_done(dev) 1 macro
5259 int tx_done; in mvpp2_send() local5294 tx_done = mvpp2_txq_pend_desc_num_get(port, txq); in mvpp2_send()5295 } while (tx_done); in mvpp2_send()5303 tx_done = mvpp2_txq_sent_desc_proc(port, txq); in mvpp2_send()5304 } while (!tx_done); in mvpp2_send()