Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Disdnl2.c58 EV_L2_DM, enumerator
1577 {ST_L2_4, EV_L2_DM, l2_reestablish},
1578 {ST_L2_5, EV_L2_DM, l2_st5_dm_release},
1579 {ST_L2_6, EV_L2_DM, l2_st6_dm_release},
1580 {ST_L2_7, EV_L2_DM, l2_mdl_error_dm},
1581 {ST_L2_8, EV_L2_DM, l2_st8_mdl_error_dm},
1660 ret = FsmEvent(&st->l2.l2m, EV_L2_DM, skb); in isdnl2_l1l2()
/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.c45 EV_L2_DM, enumerator
1818 {ST_L2_4, EV_L2_DM, l2_reestablish},
1819 {ST_L2_5, EV_L2_DM, l2_st5_dm_release},
1820 {ST_L2_6, EV_L2_DM, l2_st6_dm_release},
1821 {ST_L2_7, EV_L2_DM, l2_mdl_error_dm},
1822 {ST_L2_8, EV_L2_DM, l2_st8_mdl_error_dm},
1938 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DM, skb); in ph_data_indication()