• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/

Lines Matching refs:l2m

254 				mISDN_FsmEvent(&l2->l2m, EV_L2_ACK_PULL, NULL);
539 l2m_debug(&l2->l2m,
546 l2m_debug(&l2->l2m,
1150 mISDN_FsmEvent(&l2->l2m, EV_L2_ACK_PULL, NULL);
1197 l2m_debug(&l2->l2m, "Restart T203 ST7 REJ");
1847 mISDN_FsmEvent(&l2->l2m, EV_L2_FRAME_ERROR, (void *) 'N');
1881 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_I, skb);
1885 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_SUPER, skb);
1889 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_UI, skb);
1893 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_SABME, skb);
1897 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_UA, skb);
1901 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DISC, skb);
1905 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DM, skb);
1909 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_FRMR, skb);
1914 mISDN_FsmEvent(&l2->l2m, EV_L2_FRAME_ERROR, (void *)(long)c);
1940 ret = mISDN_FsmEvent(&l2->l2m,
1946 ret = mISDN_FsmEvent(&l2->l2m, EV_L1_DEACTIVATE, skb);
1954 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_DATA, skb);
1957 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_UNITDATA, skb);
1965 ret = mISDN_FsmEvent(&l2->l2m,
1981 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_RELEASE_REQ,
1986 l2m_debug(&l2->l2m, "l2 unknown pr %04x",
2005 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ASSIGN, (void *)arg);
2008 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_REMOVE, NULL);
2011 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ERROR, NULL);
2016 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ERROR, NULL);
2157 l2->l2m.fsm = &l2fsm;
2161 l2->l2m.state = ST_L2_4;
2163 l2->l2m.state = ST_L2_1;
2164 l2->l2m.debug = *debug;
2165 l2->l2m.userdata = l2;
2166 l2->l2m.userint = 0;
2167 l2->l2m.printdebug = l2m_debug;
2169 mISDN_FsmInitTimer(&l2->l2m, &l2->t200);
2170 mISDN_FsmInitTimer(&l2->l2m, &l2->t203);