Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Dcallc.c260 chanp->b_st->lli.l4l3(chanp->b_st, DL_ESTABLISH | REQUEST, NULL); in lli_init_bchan_out()
277 chanp->d_st->lli.l4l3(chanp->d_st, CC_SETUP | REQUEST, chanp); in lli_prep_dialout()
295 chanp->d_st->lli.l4l3(chanp->d_st, CC_RESUME | REQUEST, chanp); in lli_resume()
362 chanp->d_st->lli.l4l3(chanp->d_st, CC_ALERTING | REQUEST, chanp->proc); in lli_deliver_call()
368 chanp->d_st->lli.l4l3(chanp->d_st, CC_PROCEED_SEND | REQUEST, chanp->proc); in lli_deliver_call()
371 chanp->d_st->lli.l4l3(chanp->d_st, CC_REDIR | REQUEST, chanp->proc); in lli_deliver_call()
378 chanp->d_st->lli.l4l3(chanp->d_st, CC_MORE_INFO | REQUEST, chanp->proc); in lli_deliver_call()
382 chanp->d_st->lli.l4l3(chanp->d_st, CC_IGNORE | REQUEST, chanp->proc); in lli_deliver_call()
388 chanp->d_st->lli.l4l3(chanp->d_st, CC_IGNORE | REQUEST, chanp->proc); in lli_deliver_call()
399 chanp->d_st->lli.l4l3(chanp->d_st, CC_SETUP | RESPONSE, chanp->proc); in lli_send_dconnect()
[all …]
Disdnl3.c166 t->pc->st->lli.l4l3(t->pc->st, t->event, t->pc); in L3ExpireTimer()
361 st->lli.l4l3 = no_l3_proto; in setstack_l3dc()
366 st->lli.l4l3 = no_l3_proto; in setstack_l3dc()
412 st->lli.l4l3 = isdnl3_trans; in setstack_l3bc()
Dhisax.h288 void (*l4l3) (struct PStack *, int, void *); member
Dl3dss1.c2707 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3dss1_global_restart()
2709 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3dss1_global_restart()
3201 st->lli.l4l3 = dss1down; in setstack_dss1()
Dl3ni1.c2566 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3ni1_global_restart()
2568 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3ni1_global_restart()
3156 st->lli.l4l3 = ni1down; in setstack_ni1()
Dl3_1tr6.c925 st->lli.l4l3 = down1tr6; in setstack_1tr6()