• Home
  • Raw
  • Download

Lines Matching refs:l2m

267 				mISDN_FsmEvent(&l2->l2m, EV_L2_ACK_PULL, NULL);  in ph_data_confirm()
577 l2m_debug(&l2->l2m, in FRMR_error()
584 l2m_debug(&l2->l2m, in FRMR_error()
1188 mISDN_FsmEvent(&l2->l2m, EV_L2_ACK_PULL, NULL); in invoke_retransmission()
1235 l2m_debug(&l2->l2m, "Restart T203 ST7 REJ"); in l2_st7_got_super()
1878 mISDN_FsmEvent(&l2->l2m, EV_L2_FRAME_ERROR, (void *) 'N'); in ph_data_indication()
1914 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_I, skb); in ph_data_indication()
1918 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_SUPER, skb); in ph_data_indication()
1922 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_UI, skb); in ph_data_indication()
1926 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_SABME, skb); in ph_data_indication()
1930 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_UA, skb); in ph_data_indication()
1934 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DISC, skb); in ph_data_indication()
1938 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DM, skb); in ph_data_indication()
1942 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_FRMR, skb); in ph_data_indication()
1948 mISDN_FsmEvent(&l2->l2m, EV_L2_FRAME_ERROR, (void *)(long)c); in ph_data_indication()
1983 ret = mISDN_FsmEvent(&l2->l2m, in l2_send()
1989 ret = mISDN_FsmEvent(&l2->l2m, EV_L1_DEACTIVATE, skb); in l2_send()
1997 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_DATA, skb); in l2_send()
2000 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_UNITDATA, skb); in l2_send()
2008 ret = mISDN_FsmEvent(&l2->l2m, in l2_send()
2024 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_RELEASE_REQ, in l2_send()
2028 mISDN_FsmEvent(&l2->l2m, EV_L2_T200I, NULL); in l2_send()
2031 mISDN_FsmEvent(&l2->l2m, EV_L2_T203I, NULL); in l2_send()
2035 l2m_debug(&l2->l2m, "l2 unknown pr %04x", in l2_send()
2055 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ASSIGN, (void *)arg); in tei_l2()
2058 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_REMOVE, NULL); in tei_l2()
2061 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ERROR, NULL); in tei_l2()
2067 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ERROR, NULL); in tei_l2()
2209 l2->l2m.fsm = &l2fsm; in create_l2()
2213 l2->l2m.state = ST_L2_4; in create_l2()
2215 l2->l2m.state = ST_L2_1; in create_l2()
2216 l2->l2m.debug = *debug; in create_l2()
2217 l2->l2m.userdata = l2; in create_l2()
2218 l2->l2m.userint = 0; in create_l2()
2219 l2->l2m.printdebug = l2m_debug; in create_l2()
2221 mISDN_FsmInitTimer(&l2->l2m, &l2->t200); in create_l2()
2222 mISDN_FsmInitTimer(&l2->l2m, &l2->t203); in create_l2()