Lines Matching refs:l2m

258 				mISDN_FsmEvent(&l2->l2m, EV_L2_ACK_PULL, NULL);  in ph_data_confirm()
568 l2m_debug(&l2->l2m, in FRMR_error()
575 l2m_debug(&l2->l2m, in FRMR_error()
1178 mISDN_FsmEvent(&l2->l2m, EV_L2_ACK_PULL, NULL); in invoke_retransmission()
1225 l2m_debug(&l2->l2m, "Restart T203 ST7 REJ"); in l2_st7_got_super()
1866 mISDN_FsmEvent(&l2->l2m, EV_L2_FRAME_ERROR, (void *) 'N'); in ph_data_indication()
1902 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_I, skb); in ph_data_indication()
1906 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_SUPER, skb); in ph_data_indication()
1910 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_UI, skb); in ph_data_indication()
1914 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_SABME, skb); in ph_data_indication()
1918 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_UA, skb); in ph_data_indication()
1922 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DISC, skb); in ph_data_indication()
1926 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DM, skb); in ph_data_indication()
1930 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_FRMR, skb); in ph_data_indication()
1936 mISDN_FsmEvent(&l2->l2m, EV_L2_FRAME_ERROR, (void *)(long)c); in ph_data_indication()
1971 ret = mISDN_FsmEvent(&l2->l2m, in l2_send()
1977 ret = mISDN_FsmEvent(&l2->l2m, EV_L1_DEACTIVATE, skb); in l2_send()
1985 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_DATA, skb); in l2_send()
1988 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_UNITDATA, skb); in l2_send()
1996 ret = mISDN_FsmEvent(&l2->l2m, in l2_send()
2012 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_DL_RELEASE_REQ, in l2_send()
2016 mISDN_FsmEvent(&l2->l2m, EV_L2_T200I, NULL); in l2_send()
2019 mISDN_FsmEvent(&l2->l2m, EV_L2_T203I, NULL); in l2_send()
2023 l2m_debug(&l2->l2m, "l2 unknown pr %04x", in l2_send()
2043 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ASSIGN, (void *)arg); in tei_l2()
2046 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_REMOVE, NULL); in tei_l2()
2049 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ERROR, NULL); in tei_l2()
2055 ret = mISDN_FsmEvent(&l2->l2m, EV_L2_MDL_ERROR, NULL); in tei_l2()
2197 l2->l2m.fsm = &l2fsm; in create_l2()
2201 l2->l2m.state = ST_L2_4; in create_l2()
2203 l2->l2m.state = ST_L2_1; in create_l2()
2204 l2->l2m.debug = *debug; in create_l2()
2205 l2->l2m.userdata = l2; in create_l2()
2206 l2->l2m.userint = 0; in create_l2()
2207 l2->l2m.printdebug = l2m_debug; in create_l2()
2209 mISDN_FsmInitTimer(&l2->l2m, &l2->t200); in create_l2()
2210 mISDN_FsmInitTimer(&l2->l2m, &l2->t203); in create_l2()