Home
last modified time | relevance | path

Searched refs:CC_RELEASE (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dl3_1tr6.c378 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3_1tr6_rel()
391 pc->st->l3.l3l4(pc->st, CC_RELEASE | CONFIRM, pc); in l3_1tr6_rel_ack()
660 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3_1tr6_dl_release()
673 CC_RELEASE | REQUEST, l3_1tr6_release_req},
Dl3dss1.c976 pc->st->l3.l3l4(pc->st, CC_RELEASE | CONFIRM, pc); in l3dss1_release_cmpl()
1854 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3dss1_reject_req()
1888 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3dss1_release()
2291 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3dss1_release_ind()
2432 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3dss1_restart()
2488 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3dss1_status()
2745 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3dss1_dl_release()
2776 CC_RELEASE | REQUEST, l3dss1_release_req},
Dl3ni1.c926 pc->st->l3.l3l4(pc->st, CC_RELEASE | CONFIRM, pc); in l3ni1_release_cmpl()
1709 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3ni1_reject_req()
1743 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3ni1_release()
2150 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3ni1_release_ind()
2291 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3ni1_restart()
2347 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3ni1_status()
2605 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3ni1_dl_release()
2712 CC_RELEASE | REQUEST, l3ni1_release_req},
Dcallc.c652 chanp->d_st->lli.l4l3(chanp->d_st, CC_RELEASE | REQUEST, in lli_release_req()
954 case (CC_RELEASE | CONFIRM): in dchan_l3l4()
966 case (CC_RELEASE | INDICATION): in dchan_l3l4()
Dhisax.h93 #define CC_RELEASE 0x0368 macro