Home
last modified time | relevance | path

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

/drivers/isdn/hisax/
Disdnl2.c57 EV_L2_DM, enumerator
1582 {ST_L2_4, EV_L2_DM, l2_reestablish},
1583 {ST_L2_5, EV_L2_DM, l2_st5_dm_release},
1584 {ST_L2_6, EV_L2_DM, l2_st6_dm_release},
1585 {ST_L2_7, EV_L2_DM, l2_mdl_error_dm},
1586 {ST_L2_8, EV_L2_DM, l2_st8_mdl_error_dm},
1667 ret = FsmEvent(&st->l2.l2m, EV_L2_DM, skb); in isdnl2_l1l2()
/drivers/isdn/mISDN/
Dlayer2.c44 EV_L2_DM, enumerator
1791 {ST_L2_4, EV_L2_DM, l2_reestablish},
1792 {ST_L2_5, EV_L2_DM, l2_st5_dm_release},
1793 {ST_L2_6, EV_L2_DM, l2_st6_dm_release},
1794 {ST_L2_7, EV_L2_DM, l2_mdl_error_dm},
1795 {ST_L2_8, EV_L2_DM, l2_st8_mdl_error_dm},
1908 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DM, skb); in ph_data_indication()