Lines Matching refs:tx_t
797 del_timer(&scc->tx_t); in init_channel()
1002 del_timer(&scc->tx_t); in __scc_start_tx_timer()
1006 handler(&scc->tx_t); in __scc_start_tx_timer()
1010 scc->tx_t.function = handler; in __scc_start_tx_timer()
1011 scc->tx_t.expires = jiffies + (when*HZ)/100; in __scc_start_tx_timer()
1012 add_timer(&scc->tx_t); in __scc_start_tx_timer()
1130 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_dwait()
1172 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_txdelay()
1193 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_tail()
1222 del_timer(&scc->tx_t); in t_busy()
1251 del_timer(&scc->tx_t); in t_maxkeyup()
1273 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_idle()
1528 timer_setup(&scc->tx_t, NULL, 0); in scc_net_alloc()
1611 del_timer_sync(&scc->tx_t); in scc_net_close()