Lines Matching refs:tx_state
397 scc->stat.tx_state = TXS_ACTIVE; in scc_txint()
418 scc->stat.tx_state = TXS_NEWFRAME; /* next frame... */ in scc_txint()
494 if (scc->stat.tx_state == TXS_ACTIVE && (status & TxEOM)) in scc_exint()
1069 scc->stat.tx_state = TXS_IDLE2; in scc_tx_done()
1078 scc->stat.tx_state = TXS_BUSY; in scc_tx_done()
1128 if (scc->stat.tx_state == TXS_WAIT) /* maxkeyup or idle timeout */ in t_dwait()
1131 scc->stat.tx_state = TXS_IDLE; in t_dwait()
1136 scc->stat.tx_state = TXS_BUSY; in t_dwait()
1197 if (scc->stat.tx_state == TXS_TIMEOUT) /* we had a timeout? */ in t_tail()
1199 scc->stat.tx_state = TXS_WAIT; in t_tail()
1204 scc->stat.tx_state = TXS_IDLE; in t_tail()
1223 scc->stat.tx_state = TXS_IDLE; in t_busy()
1256 scc->stat.tx_state = TXS_TIMEOUT; in t_maxkeyup()
1276 scc->stat.tx_state = TXS_WAIT; in t_idle()
1284 scc->stat.tx_state = TXS_IDLE; in scc_init_timer()
1337 if (scc->stat.tx_state == 0) /* only switch baudrate on rx... ;-) */ in scc_set_param()
1351 scc->stat.tx_state = TXS_BUSY; in scc_set_param()
1681 if(scc->stat.tx_state == TXS_IDLE || scc->stat.tx_state == TXS_IDLE2) { in scc_net_tx()
1682 scc->stat.tx_state = TXS_BUSY; in scc_net_tx()
2048 stat->nospace, stat->tx_state); in scc_net_seq_show()