Searched refs:ftimer (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Drose_link.c40 del_timer(&neigh->ftimer);
42 neigh->ftimer.data = (unsigned long)neigh;
43 neigh->ftimer.function = &rose_ftimer_expiry;
44 neigh->ftimer.expires =
47 add_timer(&neigh->ftimer);
64 del_timer(&neigh->ftimer);
74 return timer_pending(&neigh->ftimer);
H A Drose_route.c108 init_timer(&rose_neigh->ftimer);
394 init_timer(&sn->ftimer);
867 * Obviously the link is working, halt the ftimer.
1187 ax25_display_timer(&rose_neigh->ftimer) / HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c944 del_timer(&ch->ftimer);
945 ch->ftimer.expires =
949 add_timer(&ch->ftimer);
1150 pr_debug("%s: ftimer flags %lx\n", ch->is->name, ch->bch.Flags);
1634 del_timer(&isar->ch[0].ftimer);
1635 del_timer(&isar->ch[1].ftimer);
1656 isar->ch[0].ftimer.function = &ftimer_handler;
1657 isar->ch[0].ftimer.data = (long)&isar->ch[0];
1658 init_timer(&isar->ch[0].ftimer);
1660 isar->ch[1].ftimer
[all...]
H A Disar.h31 struct timer_list ftimer; member in struct:isar_ch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disar.c1060 del_timer(&bcs->hw.isar.ftimer);
1062 bcs->hw.isar.ftimer.expires =
1066 add_timer(&bcs->hw.isar.ftimer);
1271 debugl1(bcs->cs, "ftimer flags %04x",
1705 del_timer(&bcs->hw.isar.ftimer);
1789 bcs->hw.isar.ftimer.expires =
1792 add_timer(&bcs->hw.isar.ftimer);
1904 cs->bcs[0].hw.isar.ftimer.function = (void *) ftimer_handler;
1905 cs->bcs[0].hw.isar.ftimer.data = (long) &cs->bcs[0];
1906 init_timer(&cs->bcs[0].hw.isar.ftimer);
[all...]
H A Dhisax.h399 struct timer_list ftimer; member in struct:isar_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Drose.h98 struct timer_list ftimer; member in struct:rose_neigh

Completed in 84 milliseconds