Lines Matching refs:t1
141 struct timer_list t1; /* Retransmit timer for SABM and UA */ member
259 int t1, t2; /* Timers in 1/100th of a sec */ member
1428 del_timer(&dlci->t1); in gsm_dlci_close()
1453 del_timer(&dlci->t1); in gsm_dlci_open()
1482 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
1490 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
1515 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_open()
1537 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_close()
1653 init_timer(&dlci->t1); in gsm_dlci_alloc()
1654 dlci->t1.function = gsm_dlci_t1; in gsm_dlci_alloc()
1655 dlci->t1.data = (unsigned long)dlci; in gsm_dlci_alloc()
1682 del_timer_sync(&dlci->t1); in gsm_dlci_free()
2185 gsm->t1 = T1; in gsm_alloc_mux()
2520 if (c->t1 != 0 && c->t1 != gsm->t1) in gsmld_config()
2564 if (c->t1) in gsmld_config()
2565 gsm->t1 = c->t1; in gsmld_config()
2590 c.t1 = gsm->t1; in gsmld_ioctl()