Searched refs:l4l3 (Results 1 – 6 of 6) sorted by relevance
/drivers/isdn/hisax/ |
D | callc.c | 260 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 …]
|
D | isdnl3.c | 165 t->pc->st->lli.l4l3(t->pc->st, t->event, t->pc); in L3ExpireTimer() 363 st->lli.l4l3 = no_l3_proto; in setstack_l3dc() 368 st->lli.l4l3 = no_l3_proto; in setstack_l3dc() 414 st->lli.l4l3 = isdnl3_trans; in setstack_l3bc()
|
D | hisax.h | 288 void (*l4l3) (struct PStack *, int, void *); member
|
D | l3ni1.c | 2566 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()
|
D | l3dss1.c | 2706 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3dss1_global_restart() 2708 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3dss1_global_restart() 3200 st->lli.l4l3 = dss1down; in setstack_dss1()
|
D | l3_1tr6.c | 924 st->lli.l4l3 = down1tr6; in setstack_1tr6()
|