Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.c57 EV_L2_MDL_ERROR, enumerator
1796 {ST_L2_2, EV_L2_MDL_ERROR, l2_st24_tei_remove},
1797 {ST_L2_3, EV_L2_MDL_ERROR, l2_st3_tei_remove},
2061 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ERROR, NULL); in tei_l2()
2067 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ERROR, NULL); in tei_l2()
/linux-4.19.296/drivers/isdn/hisax/
Disdnl2.c70 EV_L2_MDL_ERROR, enumerator
1555 {ST_L2_2, EV_L2_MDL_ERROR, l2_st24_tei_remove},
1556 {ST_L2_3, EV_L2_MDL_ERROR, l2_st3_tei_remove},
1744 FsmEvent(&st->l2.l2m, EV_L2_MDL_ERROR, arg); in isdnl2_l3l2()