Lines Matching refs:tx_state
398 scc->stat.tx_state = TXS_ACTIVE; in scc_txint()
419 scc->stat.tx_state = TXS_NEWFRAME; /* next frame... */ in scc_txint()
495 if (scc->stat.tx_state == TXS_ACTIVE && (status & TxEOM)) in scc_exint()
1071 scc->stat.tx_state = TXS_IDLE2; in scc_tx_done()
1080 scc->stat.tx_state = TXS_BUSY; in scc_tx_done()
1130 if (scc->stat.tx_state == TXS_WAIT) /* maxkeyup or idle timeout */ in t_dwait()
1133 scc->stat.tx_state = TXS_IDLE; in t_dwait()
1138 scc->stat.tx_state = TXS_BUSY; in t_dwait()
1199 if (scc->stat.tx_state == TXS_TIMEOUT) /* we had a timeout? */ in t_tail()
1201 scc->stat.tx_state = TXS_WAIT; in t_tail()
1206 scc->stat.tx_state = TXS_IDLE; in t_tail()
1225 scc->stat.tx_state = TXS_IDLE; in t_busy()
1258 scc->stat.tx_state = TXS_TIMEOUT; in t_maxkeyup()
1278 scc->stat.tx_state = TXS_WAIT; in t_idle()
1286 scc->stat.tx_state = TXS_IDLE; in scc_init_timer()
1339 if (scc->stat.tx_state == 0) /* only switch baudrate on rx... ;-) */ in scc_set_param()
1353 scc->stat.tx_state = TXS_BUSY; in scc_set_param()
1682 if(scc->stat.tx_state == TXS_IDLE || scc->stat.tx_state == TXS_IDLE2) { in scc_net_tx()
1683 scc->stat.tx_state = TXS_BUSY; in scc_net_tx()
2049 stat->nospace, stat->tx_state); in scc_net_seq_show()