Lines Matching refs:l2m
370 l2m_debug(&st->l2.l2m, "FRMR information %2x %2x %2x %2x %2x", in FRMR_error()
377 l2m_debug(&st->l2.l2m, "FRMR information %2x %2x %2x", in FRMR_error()
1008 l2m_debug(&st->l2.l2m, "Restart T203 ST7 REJ"); in l2_st7_got_super()
1636 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *) 'N'); in isdnl2_l1l2()
1642 ret = FsmEvent(&st->l2.l2m, EV_L2_I, skb); in isdnl2_l1l2()
1645 ret = FsmEvent(&st->l2.l2m, EV_L2_SUPER, skb); in isdnl2_l1l2()
1648 ret = FsmEvent(&st->l2.l2m, EV_L2_UI, skb); in isdnl2_l1l2()
1651 ret = FsmEvent(&st->l2.l2m, EV_L2_SABME, skb); in isdnl2_l1l2()
1654 ret = FsmEvent(&st->l2.l2m, EV_L2_UA, skb); in isdnl2_l1l2()
1657 ret = FsmEvent(&st->l2.l2m, EV_L2_DISC, skb); in isdnl2_l1l2()
1660 ret = FsmEvent(&st->l2.l2m, EV_L2_DM, skb); in isdnl2_l1l2()
1663 ret = FsmEvent(&st->l2.l2m, EV_L2_FRMR, skb); in isdnl2_l1l2()
1665 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *) 'L'); in isdnl2_l1l2()
1671 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *)(long)c); in isdnl2_l1l2()
1678 FsmEvent(&st->l2.l2m, EV_L2_ACK_PULL, arg); in isdnl2_l1l2()
1690 FsmEvent(&st->l2.l2m, EV_L2_DL_ESTABLISH_REQ, arg); in isdnl2_l1l2()
1695 FsmEvent(&st->l2.l2m, EV_L1_DEACTIVATE, arg); in isdnl2_l1l2()
1698 l2m_debug(&st->l2.l2m, "l2 unknown pr %04x", pr); in isdnl2_l1l2()
1708 if (FsmEvent(&st->l2.l2m, EV_L2_DL_DATA, arg)) { in isdnl2_l3l2()
1713 if (FsmEvent(&st->l2.l2m, EV_L2_DL_UNIT_DATA, arg)) { in isdnl2_l3l2()
1721 FsmEvent(&st->l2.l2m, EV_L2_DL_ESTABLISH_REQ, arg); in isdnl2_l3l2()
1735 FsmEvent(&st->l2.l2m, EV_L2_DL_RELEASE_REQ, arg); in isdnl2_l3l2()
1738 FsmEvent(&st->l2.l2m, EV_L2_MDL_ASSIGN, arg); in isdnl2_l3l2()
1741 FsmEvent(&st->l2.l2m, EV_L2_MDL_REMOVE, arg); in isdnl2_l3l2()
1744 FsmEvent(&st->l2.l2m, EV_L2_MDL_ERROR, arg); in isdnl2_l3l2()
1782 st->l2.l2m.fsm = &l2fsm; in setstack_isdnl2()
1784 st->l2.l2m.state = ST_L2_4; in setstack_isdnl2()
1786 st->l2.l2m.state = ST_L2_1; in setstack_isdnl2()
1787 st->l2.l2m.debug = 0; in setstack_isdnl2()
1788 st->l2.l2m.userdata = st; in setstack_isdnl2()
1789 st->l2.l2m.userint = 0; in setstack_isdnl2()
1790 st->l2.l2m.printdebug = l2m_debug; in setstack_isdnl2()
1793 FsmInitTimer(&st->l2.l2m, &st->l2.t200); in setstack_isdnl2()
1794 FsmInitTimer(&st->l2.l2m, &st->l2.t203); in setstack_isdnl2()