Home
last modified time | relevance | path

Searched refs:l1_state (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/isdn/hisax/
Dhfc4s8s_l1.c152 int l1_state; /* actual l1 state */ member
331 if (l1->l1_state < 6) { in dch_l2l1()
343 } else if (l1->l1_state == 7) in dch_l2l1()
349 if (l1->l1_state != 3) { in dch_l2l1()
358 } else if (l1->l1_state == 3) in dch_l2l1()
603 l1->l1_state = 1; in hfc_l1_timer()
610 l1->l1_state = 1; in hfc_l1_timer()
845 if (l1p->l1_state != 7) in tx_d_frame()
1006 u_char oldstate = l1p->l1_state; in hfc4s8s_bh()
1010 l1p->l1_state = in hfc4s8s_bh()
[all …]
Dhfc_usb.c203 volatile __u8 l1_state; /* actual l1 state */ member
381 old_state = hfc->l1_state; in s0_state_handler()
423 hfc->l1_state = state; in s0_state_handler()
1006 if (hfc->l1_state != 3 in hfc_usb_l2l1()
1007 && hfc->l1_state != 7) { in hfc_usb_l2l1()
1015 if (hfc->l1_state == 7) { /* l1 already active */ in hfc_usb_l2l1()