Searched refs:l2fsm (Results 1 – 1 of 1) sorted by relevance
18 struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL}; variable2197 l2->l2m.fsm = &l2fsm; in create_l2()2241 l2fsm.state_count = L2_STATE_COUNT; in Isdnl2_Init()2242 l2fsm.event_count = L2_EVENT_COUNT; in Isdnl2_Init()2243 l2fsm.strEvent = strL2Event; in Isdnl2_Init()2244 l2fsm.strState = strL2State; in Isdnl2_Init()2245 res = mISDN_FsmNew(&l2fsm, L2FnList, ARRAY_SIZE(L2FnList)); in Isdnl2_Init()2254 mISDN_FsmFree(&l2fsm); in Isdnl2_Init()2265 mISDN_FsmFree(&l2fsm); in Isdnl2_cleanup()