Searched refs:tx_t (Results 1 – 8 of 8) sorted by relevance
121 struct timer_list tx_t; member158 mod_timer(&sp->tx_t, jiffies + ((when + 1) * HZ) / 100); in sp_xmit_on_air()630 init_timer(&sp->tx_t); in sixpack_open()631 sp->tx_t.function = sp_xmit_on_air; in sixpack_open()632 sp->tx_t.data = (unsigned long) sp; in sixpack_open()692 del_timer_sync(&sp->tx_t); in sixpack_close()
794 del_timer(&scc->tx_t); in init_channel()997 del_timer(&scc->tx_t); in __scc_start_tx_timer()1005 scc->tx_t.data = (unsigned long) scc; in __scc_start_tx_timer()1006 scc->tx_t.function = handler; in __scc_start_tx_timer()1007 scc->tx_t.expires = jiffies + (when*HZ)/100; in __scc_start_tx_timer()1008 add_timer(&scc->tx_t); in __scc_start_tx_timer()1218 del_timer(&scc->tx_t); in t_busy()1247 del_timer(&scc->tx_t); in t_maxkeyup()1525 init_timer(&scc->tx_t); in scc_net_alloc()1609 del_timer_sync(&scc->tx_t); in scc_net_close()
78 struct timer_list tx_t; /* tx timer for this channel */ member
71 } tx_t; typedef
675 tx_t tx; in ether1_sendpacket()
105 struct tx_t { struct
103 struct tx_t { struct
129 struct tx_t { struct