Home
last modified time | relevance | path

Searched refs:CC_REDIR (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dcallc.c371 chanp->d_st->lli.l4l3(chanp->d_st, CC_REDIR | REQUEST, chanp->proc); in lli_deliver_call()
416 chanp->d_st->lli.l4l3(chanp->d_st, CC_REDIR | REQUEST, chanp->proc); in lli_send_redir()
996 case (CC_REDIR | INDICATION): in dchan_l3l4()
Dl3dss1.c442 …st->l3.l3l4(st, CC_REDIR | INDICATION, pc); } /* Diversion succes… in l3dss1_parse_facility()
487 st->l3.l3l4(st, CC_REDIR | INDICATION, pc); in l3dss1_parse_facility()
2796 CC_REDIR | REQUEST, l3dss1_redir_req},
2798 CC_REDIR | REQUEST, l3dss1_redir_req_early},
Dl3ni1.c371 st->l3.l3l4(st, CC_REDIR | INDICATION, pc); } /* Diversion successful */ in l3ni1_parse_facility()
416 st->l3.l3l4(st, CC_REDIR | INDICATION, pc); in l3ni1_parse_facility()
2732 CC_REDIR | REQUEST, l3ni1_redir_req},
2734 CC_REDIR | REQUEST, l3ni1_redir_req_early},
Dhisax.h96 #define CC_REDIR 0x0378 macro