Lines Matching refs:l2m
378 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()
1674 ret = FsmEvent(&st->l2.l2m, EV_L2_DM, skb); in isdnl2_l1l2()
1677 ret = FsmEvent(&st->l2.l2m, EV_L2_FRMR, skb); in isdnl2_l1l2()
1679 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *) 'L'); in isdnl2_l1l2()
1685 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *)(long)c); in isdnl2_l1l2()
1692 FsmEvent(&st->l2.l2m, EV_L2_ACK_PULL, arg); in isdnl2_l1l2()
1704 FsmEvent(&st->l2.l2m, EV_L2_DL_ESTABLISH_REQ, arg); in isdnl2_l1l2()
1709 FsmEvent(&st->l2.l2m, EV_L1_DEACTIVATE, arg); in isdnl2_l1l2()
1712 l2m_debug(&st->l2.l2m, "l2 unknown pr %04x", pr); in isdnl2_l1l2()
1722 if (FsmEvent(&st->l2.l2m, EV_L2_DL_DATA, arg)) { in isdnl2_l3l2()
1727 if (FsmEvent(&st->l2.l2m, EV_L2_DL_UNIT_DATA, arg)) { in isdnl2_l3l2()
1735 FsmEvent(&st->l2.l2m, EV_L2_DL_ESTABLISH_REQ, arg); in isdnl2_l3l2()
1749 FsmEvent(&st->l2.l2m, EV_L2_DL_RELEASE_REQ, arg); in isdnl2_l3l2()
1752 FsmEvent(&st->l2.l2m, EV_L2_MDL_ASSIGN, arg); in isdnl2_l3l2()
1755 FsmEvent(&st->l2.l2m, EV_L2_MDL_REMOVE, arg); in isdnl2_l3l2()
1758 FsmEvent(&st->l2.l2m, EV_L2_MDL_ERROR, arg); in isdnl2_l3l2()
1795 st->l2.l2m.fsm = &l2fsm; in setstack_isdnl2()
1797 st->l2.l2m.state = ST_L2_4; in setstack_isdnl2()
1799 st->l2.l2m.state = ST_L2_1; in setstack_isdnl2()
1800 st->l2.l2m.debug = 0; in setstack_isdnl2()
1801 st->l2.l2m.userdata = st; in setstack_isdnl2()
1802 st->l2.l2m.userint = 0; in setstack_isdnl2()
1803 st->l2.l2m.printdebug = l2m_debug; in setstack_isdnl2()
1806 FsmInitTimer(&st->l2.l2m, &st->l2.t200); in setstack_isdnl2()
1807 FsmInitTimer(&st->l2.l2m, &st->l2.t203); in setstack_isdnl2()