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()
1640 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *) 'N'); in isdnl2_l1l2()
1646 ret = FsmEvent(&st->l2.l2m, EV_L2_I, skb); in isdnl2_l1l2()
1649 ret = FsmEvent(&st->l2.l2m, EV_L2_SUPER, skb); in isdnl2_l1l2()
1652 ret = FsmEvent(&st->l2.l2m, EV_L2_UI, skb); in isdnl2_l1l2()
1655 ret = FsmEvent(&st->l2.l2m, EV_L2_SABME, skb); in isdnl2_l1l2()
1658 ret = FsmEvent(&st->l2.l2m, EV_L2_UA, skb); in isdnl2_l1l2()
1661 ret = FsmEvent(&st->l2.l2m, EV_L2_DISC, skb); in isdnl2_l1l2()
1664 ret = FsmEvent(&st->l2.l2m, EV_L2_DM, skb); in isdnl2_l1l2()
1667 ret = FsmEvent(&st->l2.l2m, EV_L2_FRMR, skb); in isdnl2_l1l2()
1669 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *) 'L'); in isdnl2_l1l2()
1675 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *)(long)c); in isdnl2_l1l2()
1682 FsmEvent(&st->l2.l2m, EV_L2_ACK_PULL, arg); in isdnl2_l1l2()
1694 FsmEvent(&st->l2.l2m, EV_L2_DL_ESTABLISH_REQ, arg); in isdnl2_l1l2()
1699 FsmEvent(&st->l2.l2m, EV_L1_DEACTIVATE, arg); in isdnl2_l1l2()
1702 l2m_debug(&st->l2.l2m, "l2 unknown pr %04x", pr); in isdnl2_l1l2()
1712 if (FsmEvent(&st->l2.l2m, EV_L2_DL_DATA, arg)) { in isdnl2_l3l2()
1717 if (FsmEvent(&st->l2.l2m, EV_L2_DL_UNIT_DATA, arg)) { in isdnl2_l3l2()
1725 FsmEvent(&st->l2.l2m, EV_L2_DL_ESTABLISH_REQ, arg); in isdnl2_l3l2()
1739 FsmEvent(&st->l2.l2m, EV_L2_DL_RELEASE_REQ, arg); in isdnl2_l3l2()
1742 FsmEvent(&st->l2.l2m, EV_L2_MDL_ASSIGN, arg); in isdnl2_l3l2()
1745 FsmEvent(&st->l2.l2m, EV_L2_MDL_REMOVE, arg); in isdnl2_l3l2()
1748 FsmEvent(&st->l2.l2m, EV_L2_MDL_ERROR, arg); in isdnl2_l3l2()
1786 st->l2.l2m.fsm = &l2fsm; in setstack_isdnl2()
1788 st->l2.l2m.state = ST_L2_4; in setstack_isdnl2()
1790 st->l2.l2m.state = ST_L2_1; in setstack_isdnl2()
1791 st->l2.l2m.debug = 0; in setstack_isdnl2()
1792 st->l2.l2m.userdata = st; in setstack_isdnl2()
1793 st->l2.l2m.userint = 0; in setstack_isdnl2()
1794 st->l2.l2m.printdebug = l2m_debug; in setstack_isdnl2()
1797 FsmInitTimer(&st->l2.l2m, &st->l2.t200); in setstack_isdnl2()
1798 FsmInitTimer(&st->l2.l2m, &st->l2.t203); in setstack_isdnl2()