Lines Matching refs:t1
140 struct timer_list t1; /* Retransmit timer for SABM and UA */ member
258 int t1, t2; /* Timers in 1/100th of a sec */ member
1433 del_timer(&dlci->t1); in gsm_dlci_close()
1458 del_timer(&dlci->t1); in gsm_dlci_open()
1491 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
1507 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
1532 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_open()
1554 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_close()
1670 init_timer(&dlci->t1); in gsm_dlci_alloc()
1671 dlci->t1.function = gsm_dlci_t1; in gsm_dlci_alloc()
1672 dlci->t1.data = (unsigned long)dlci; in gsm_dlci_alloc()
1699 del_timer_sync(&dlci->t1); in gsm_dlci_free()
2218 gsm->t1 = T1; in gsm_alloc_mux()
2537 if (c->t1 != 0 && c->t1 != gsm->t1) in gsmld_config()
2581 if (c->t1) in gsmld_config()
2582 gsm->t1 = c->t1; in gsmld_config()
2607 c.t1 = gsm->t1; in gsmld_ioctl()