Lines Matching refs:tx_t
795 del_timer(&scc->tx_t); in init_channel()
1000 del_timer(&scc->tx_t); in __scc_start_tx_timer()
1004 handler(&scc->tx_t); in __scc_start_tx_timer()
1008 scc->tx_t.function = handler; in __scc_start_tx_timer()
1009 scc->tx_t.expires = jiffies + (when*HZ)/100; in __scc_start_tx_timer()
1010 add_timer(&scc->tx_t); in __scc_start_tx_timer()
1128 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_dwait()
1170 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_txdelay()
1191 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_tail()
1220 del_timer(&scc->tx_t); in t_busy()
1249 del_timer(&scc->tx_t); in t_maxkeyup()
1271 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_idle()
1526 timer_setup(&scc->tx_t, NULL, 0); in scc_net_alloc()
1610 del_timer_sync(&scc->tx_t); in scc_net_close()