Searched refs:TX_T_DONE (Results 1 – 3 of 3) sorted by relevance
141 # define TX_T_DONE (1 << 1) macro868 while (ptxd->buff_stat & TX_T_DONE) { in au1000_tx_ack()870 ptxd->buff_stat &= ~TX_T_DONE; in au1000_tx_ack()976 } else if (buff_stat & TX_T_DONE) { in au1000_tx()
148 while(!(fifo_tx[next_tx].addr&TX_T_DONE)){ in au1x00_send()
569 #define TX_T_DONE (1<<1) macro