Searched refs:TxBD_READY (Results 1 – 2 of 2) sorted by relevance
57 #define TxBD_READY 0x8000 macro
593 for (i = 0; muram_readw(&txbd->status) & TxBD_READY; i++) { in fm_eth_send()606 muram_writew(&txbd->status, TxBD_READY | TxBD_LAST); in fm_eth_send()618 for (i = 0; muram_readw(&txbd->status) & TxBD_READY; i++) { in fm_eth_send()
Completed in 13 milliseconds