Lines Matching refs:lli

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()
408 chanp->d_st->lli.l4l3(chanp->d_st, CC_ALERTING | REQUEST, chanp->proc); in lli_send_alert()
416 chanp->d_st->lli.l4l3(chanp->d_st, CC_REDIR | REQUEST, chanp->proc); in lli_send_redir()
431 chanp->b_st->lli.l4l3(chanp->b_st, DL_ESTABLISH | REQUEST, NULL); in lli_init_bchan_in()
444 chanp->d_st->lli.l4l3(chanp->d_st, CC_ALERTING | REQUEST, chanp->proc); in lli_setup_rsp()
446 chanp->d_st->lli.l4l3(chanp->d_st, CC_SETUP | RESPONSE, chanp->proc); in lli_setup_rsp()
457 chanp->d_st->lli.l4l3(chanp->d_st, CC_SUSPEND | REQUEST, chanp->proc); in lli_suspend()
489 chanp->d_st->lli.l4l3(chanp->d_st, CC_DISCONNECT | REQUEST, in lli_disconnect_req()
505 chanp->d_st->lli.l4l3(chanp->d_st, CC_DISCONNECT | REQUEST, in lli_disconnect_reject()
538 chanp->d_st->lli.l4l3(chanp->d_st, CC_REJECT | REQUEST, chanp->proc); in lli_reject_req()
543 chanp->d_st->lli.l4l3(chanp->d_st, CC_ALERTING | REQUEST, chanp->proc); in lli_reject_req()
554 chanp->b_st->lli.l4l3(chanp->b_st, DL_RELEASE | REQUEST, NULL); in lli_disconn_bchan()
609 chanp->b_st->lli.l4l3(chanp->b_st, DL_RELEASE | REQUEST, NULL); in lli_release_bchan()
639 chanp->b_st->lli.l4l3(chanp->b_st, DL_RELEASE | REQUEST, NULL); in lli_abort()
652 chanp->d_st->lli.l4l3(chanp->d_st, CC_RELEASE | REQUEST, in lli_release_req()
764 chanp->b_st->lli.l4l3(chanp->b_st, DL_RELEASE | REQUEST, NULL); in lli_failure_a()
879 struct Channel *chanp = st->lli.userdata; in selectfreechannel()
901 chanp = st->lli.userdata; in selectfreechannel()
936 pc->st->lli.l4l3(pc->st, CC_REJECT | REQUEST, pc); in dchan_l3l4()
1028 (*stp)->lli.l4l3 = dummy_pstack; in init_PStack()
1065 st->lli.userdata = chanp; in init_d_st()
1140 csta->channel->d_st->lli.l4l3(csta->channel->d_st, in CallcNewChan()
1186 struct Channel *chanp = (struct Channel *) st->lli.userdata; in lldata_handler()
1218 struct Channel *chanp = (struct Channel *) st->lli.userdata; in lltrans_handler()
1250 struct Channel *chanp = st->lli.userdata; in lli_writewakeup()
1311 st->lli.userdata = chanp; in init_b_st()
1312 test_and_clear_bit(FLG_LLI_L1WAKEUP, &st->lli.flag); in init_b_st()
1313 test_and_set_bit(FLG_LLI_L2WAKEUP, &st->lli.flag); in init_b_st()
1323 st->lli.userdata = chanp; in init_b_st()
1324 test_and_set_bit(FLG_LLI_L1WAKEUP, &st->lli.flag); in init_b_st()
1325 test_and_clear_bit(FLG_LLI_L2WAKEUP, &st->lli.flag); in init_b_st()
1337 struct Channel *chanp = (struct Channel *) st->lli.userdata; in leased_l4l3()
1360 struct Channel *chanp = (struct Channel *) st->lli.userdata; in leased_l1l2()
1622 chanp->d_st->lli.l4l3 = leased_l4l3; in HiSax_command()
1623 chanp->d_st->lli.l4l3(chanp->d_st, in HiSax_command()
1644 csta->channel[0].d_st->lli.l4l3(csta->channel[0].d_st, in HiSax_command()
1669 chanp->d_st->lli.l4l3(chanp->d_st, in HiSax_command()
1729 return (st->lli.l4l3_proto(st, ic)); in HiSax_command()