Home
last modified time | relevance | path

Searched refs:l2m (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.c267 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()
[all …]
Dlayer2.h67 struct FsmInst l2m; member
Dtei.c123 if (l2->l2m.state > ST_L2_4) { in da_deactivate()
161 if (l2->l2m.state > ST_L2_4) { in da_timer()
/linux-4.19.296/drivers/isdn/hisax/
Disdnl2.c370 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()
1636 FsmEvent(&st->l2.l2m, EV_L2_FRAME_ERROR, (void *) 'N'); in isdnl2_l1l2()
1642 ret = FsmEvent(&st->l2.l2m, EV_L2_I, skb); in isdnl2_l1l2()
1645 ret = FsmEvent(&st->l2.l2m, EV_L2_SUPER, skb); in isdnl2_l1l2()
1648 ret = FsmEvent(&st->l2.l2m, EV_L2_UI, skb); in isdnl2_l1l2()
1651 ret = FsmEvent(&st->l2.l2m, EV_L2_SABME, skb); in isdnl2_l1l2()
1654 ret = FsmEvent(&st->l2.l2m, EV_L2_UA, skb); in isdnl2_l1l2()
1657 ret = FsmEvent(&st->l2.l2m, EV_L2_DISC, skb); in isdnl2_l1l2()
[all …]
Dcallc.c1314 st->l2.l2m.debug = chanp->debug & 16; in init_b_st()
1401 chanp[i].d_st->l2.l2m.debug = debugflags & 8; in distr_debug()
1402 chanp[i].b_st->l2.l2m.debug = debugflags & 0x10; in distr_debug()
Dhisax.h266 struct FsmInst l2m; member