Lines Matching refs:tx_state
400 scc->stat.tx_state = TXS_ACTIVE; in scc_txint()
421 scc->stat.tx_state = TXS_NEWFRAME; /* next frame... */ in scc_txint()
497 if (scc->stat.tx_state == TXS_ACTIVE && (status & TxEOM)) in scc_exint()
1073 scc->stat.tx_state = TXS_IDLE2; in scc_tx_done()
1082 scc->stat.tx_state = TXS_BUSY; in scc_tx_done()
1132 if (scc->stat.tx_state == TXS_WAIT) /* maxkeyup or idle timeout */ in t_dwait()
1135 scc->stat.tx_state = TXS_IDLE; in t_dwait()
1140 scc->stat.tx_state = TXS_BUSY; in t_dwait()
1201 if (scc->stat.tx_state == TXS_TIMEOUT) /* we had a timeout? */ in t_tail()
1203 scc->stat.tx_state = TXS_WAIT; in t_tail()
1208 scc->stat.tx_state = TXS_IDLE; in t_tail()
1227 scc->stat.tx_state = TXS_IDLE; in t_busy()
1260 scc->stat.tx_state = TXS_TIMEOUT; in t_maxkeyup()
1280 scc->stat.tx_state = TXS_WAIT; in t_idle()
1288 scc->stat.tx_state = TXS_IDLE; in scc_init_timer()
1341 if (scc->stat.tx_state == 0) /* only switch baudrate on rx... ;-) */ in scc_set_param()
1355 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()