Lines Matching refs:tx_state
399 scc->stat.tx_state = TXS_ACTIVE; in scc_txint()
420 scc->stat.tx_state = TXS_NEWFRAME; /* next frame... */ in scc_txint()
496 if (scc->stat.tx_state == TXS_ACTIVE && (status & TxEOM)) in scc_exint()
1072 scc->stat.tx_state = TXS_IDLE2; in scc_tx_done()
1081 scc->stat.tx_state = TXS_BUSY; in scc_tx_done()
1131 if (scc->stat.tx_state == TXS_WAIT) /* maxkeyup or idle timeout */ in t_dwait()
1134 scc->stat.tx_state = TXS_IDLE; in t_dwait()
1139 scc->stat.tx_state = TXS_BUSY; in t_dwait()
1200 if (scc->stat.tx_state == TXS_TIMEOUT) /* we had a timeout? */ in t_tail()
1202 scc->stat.tx_state = TXS_WAIT; in t_tail()
1207 scc->stat.tx_state = TXS_IDLE; in t_tail()
1226 scc->stat.tx_state = TXS_IDLE; in t_busy()
1259 scc->stat.tx_state = TXS_TIMEOUT; in t_maxkeyup()
1279 scc->stat.tx_state = TXS_WAIT; in t_idle()
1287 scc->stat.tx_state = TXS_IDLE; in scc_init_timer()
1340 if (scc->stat.tx_state == 0) /* only switch baudrate on rx... ;-) */ in scc_set_param()
1354 scc->stat.tx_state = TXS_BUSY; in scc_set_param()
1683 if(scc->stat.tx_state == TXS_IDLE || scc->stat.tx_state == TXS_IDLE2) { in scc_net_tx()
1684 scc->stat.tx_state = TXS_BUSY; in scc_net_tx()
2052 stat->nospace, stat->tx_state); in scc_net_seq_show()