Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hisax/
Disdnl2.c378 l2m_debug(&st->l2.l2m, "FRMR information %2x %2x %2x %2x %2x", in FRMR_error()
385 l2m_debug(&st->l2.l2m, "FRMR information %2x %2x %2x", in FRMR_error()
1013 l2m_debug(&st->l2.l2m, "Restart T203 ST7 REJ"); in l2_st7_got_super()
1650 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *) 'N'); in isdnl2_l1l2()
1656 ret = FsmEvent(&st->l2.l2m, EV_L2_I, skb); in isdnl2_l1l2()
1659 ret = FsmEvent(&st->l2.l2m, EV_L2_SUPER, skb); in isdnl2_l1l2()
1662 ret = FsmEvent(&st->l2.l2m, EV_L2_UI, skb); in isdnl2_l1l2()
1665 ret = FsmEvent(&st->l2.l2m, EV_L2_SABME, skb); in isdnl2_l1l2()
1668 ret = FsmEvent(&st->l2.l2m, EV_L2_UA, skb); in isdnl2_l1l2()
1671 ret = FsmEvent(&st->l2.l2m, EV_L2_DISC, skb); in isdnl2_l1l2()
[all …]
Dcallc.c1324 st->l2.l2m.debug = chanp->debug & 16; in init_b_st()
1409 chanp[i].d_st->l2.l2m.debug = debugflags & 8; in distr_debug()
1410 chanp[i].b_st->l2.l2m.debug = debugflags & 0x10; in distr_debug()
Dhisax.h257 struct FsmInst l2m; member