Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hisax/
Disdnl3.c310 FsmEvent(&p->st->l3.l3m, EV_RELEASE_REQ, NULL); in release_l3_process()
312 FsmEvent(&p->st->l3.l3m, EV_RELEASE_IND, NULL); in release_l3_process()
350 st->l3.l3m.fsm = &l3fsm; in setstack_l3dc()
351 st->l3.l3m.state = ST_L3_LC_REL; in setstack_l3dc()
352 st->l3.l3m.debug = 1; in setstack_l3dc()
353 st->l3.l3m.userdata = st; in setstack_l3dc()
354 st->l3.l3m.userint = 0; in setstack_l3dc()
355 st->l3.l3m.printdebug = l3m_debug; in setstack_l3dc()
356 FsmInitTimer(&st->l3.l3m, &st->l3.l3m_timer); in setstack_l3dc()
420 st->l3.l3m.fsm = &l3fsm; in setstack_l3bc()
[all …]
Dhisax.h268 struct FsmInst l3m; member
Dcallc.c1413 chanp[i].d_st->l3.l3m.debug = debugflags & 0x80; in distr_debug()
1414 chanp[i].b_st->l3.l3m.debug = debugflags & 0x100; in distr_debug()