Home
last modified time | relevance | path

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

/Linux-v4.19/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()
604 l1->l1_state = 1; in hfc_l1_timer()
611 l1->l1_state = 1; in hfc_l1_timer()
846 if (l1p->l1_state != 7) in tx_d_frame()
1007 u_char oldstate = l1p->l1_state; in hfc4s8s_bh()
1011 l1p->l1_state = in hfc4s8s_bh()
[all …]
Dhfc_usb.c203 volatile __u8 l1_state; /* actual l1 state */ member
383 old_state = hfc->l1_state; in s0_state_handler()
425 hfc->l1_state = state; in s0_state_handler()
1004 if (hfc->l1_state != 3 in hfc_usb_l2l1()
1005 && hfc->l1_state != 7) { in hfc_usb_l2l1()
1013 if (hfc->l1_state == 7) { /* l1 already active */ in hfc_usb_l2l1()