Searched refs:moxaEmptyTimer (Results 1 – 1 of 1) sorted by relevance
229 static struct timer_list moxaEmptyTimer[MAX_PORTS]; variable324 del_timer(&moxaEmptyTimer[i]); in cleanup_module()427 init_timer(&moxaEmptyTimer[i]); in moxa_init()428 moxaEmptyTimer[i].function = check_xmit_empty; in moxa_init()429 moxaEmptyTimer[i].data = (unsigned long) & moxaChannels[i]; in moxa_init()674 del_timer(&moxaEmptyTimer[ch->port]); in moxa_close()1187 del_timer(&moxaEmptyTimer[ch->port]); in setup_empty_event()1188 moxaEmptyTimer[ch->port].expires = jiffies + HZ; in setup_empty_event()1190 add_timer(&moxaEmptyTimer[ch->port]); in setup_empty_event()1200 del_timer(&moxaEmptyTimer[ch->port]); in check_xmit_empty()[all …]