Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hisax/
Disdnl2.c58 EV_L2_DM, enumerator
1581 {ST_L2_4, EV_L2_DM, l2_reestablish},
1582 {ST_L2_5, EV_L2_DM, l2_st5_dm_release},
1583 {ST_L2_6, EV_L2_DM, l2_st6_dm_release},
1584 {ST_L2_7, EV_L2_DM, l2_mdl_error_dm},
1585 {ST_L2_8, EV_L2_DM, l2_st8_mdl_error_dm},
1664 ret = FsmEvent(&st->l2.l2m, EV_L2_DM, skb); in isdnl2_l1l2()
/linux-4.1.27/drivers/isdn/mISDN/
Dlayer2.c45 EV_L2_DM, enumerator
1832 {ST_L2_4, EV_L2_DM, l2_reestablish},
1833 {ST_L2_5, EV_L2_DM, l2_st5_dm_release},
1834 {ST_L2_6, EV_L2_DM, l2_st6_dm_release},
1835 {ST_L2_7, EV_L2_DM, l2_mdl_error_dm},
1836 {ST_L2_8, EV_L2_DM, l2_st8_mdl_error_dm},
1952 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DM, skb); in ph_data_indication()