Home
last modified time | relevance | path

Searched refs:l3m (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Disdnl3.c295 FsmEvent(&p->st->l3.l3m, EV_RELEASE_REQ, NULL); in release_l3_process()
297 FsmEvent(&p->st->l3.l3m, EV_RELEASE_IND, NULL); in release_l3_process()
335 st->l3.l3m.fsm = &l3fsm; in setstack_l3dc()
336 st->l3.l3m.state = ST_L3_LC_REL; in setstack_l3dc()
337 st->l3.l3m.debug = 1; in setstack_l3dc()
338 st->l3.l3m.userdata = st; in setstack_l3dc()
339 st->l3.l3m.userint = 0; in setstack_l3dc()
340 st->l3.l3m.printdebug = l3m_debug; in setstack_l3dc()
341 FsmInitTimer(&st->l3.l3m, &st->l3.l3m_timer); in setstack_l3dc()
405 st->l3.l3m.fsm = &l3fsm; in setstack_l3bc()
[all …]
Dhisax.h277 struct FsmInst l3m; member
Dcallc.c1405 chanp[i].d_st->l3.l3m.debug = debugflags & 0x80; in distr_debug()
1406 chanp[i].b_st->l3.l3m.debug = debugflags & 0x100; in distr_debug()