Home
last modified time | relevance | path

Searched refs:lli (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hisax/
Dcallc.c267 chanp->b_st->lli.l4l3(chanp->b_st, DL_ESTABLISH | REQUEST, NULL); in lli_init_bchan_out()
284 chanp->d_st->lli.l4l3(chanp->d_st, CC_SETUP | REQUEST, chanp); in lli_prep_dialout()
302 chanp->d_st->lli.l4l3(chanp->d_st, CC_RESUME | REQUEST, chanp); in lli_resume()
369 chanp->d_st->lli.l4l3(chanp->d_st, CC_ALERTING | REQUEST, chanp->proc); in lli_deliver_call()
375 chanp->d_st->lli.l4l3(chanp->d_st, CC_PROCEED_SEND | REQUEST, chanp->proc); in lli_deliver_call()
378 chanp->d_st->lli.l4l3(chanp->d_st, CC_REDIR | REQUEST, chanp->proc); in lli_deliver_call()
385 chanp->d_st->lli.l4l3(chanp->d_st, CC_MORE_INFO | REQUEST, chanp->proc); in lli_deliver_call()
389 chanp->d_st->lli.l4l3(chanp->d_st, CC_IGNORE | REQUEST, chanp->proc); in lli_deliver_call()
395 chanp->d_st->lli.l4l3(chanp->d_st, CC_IGNORE | REQUEST, chanp->proc); in lli_deliver_call()
406 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()
358 st->lli.l4l3_proto = no_l3_proto_spec; in setstack_l3dc()
376 st->lli.l4l3 = no_l3_proto; in setstack_l3dc()
381 st->lli.l4l3 = no_l3_proto; in setstack_l3dc()
427 st->lli.l4l3 = isdnl3_trans; in setstack_l3bc()
Djade_irq.c191 if (bcs->st->lli.l1writewakeup && in jade_interrupt()
193 bcs->st->lli.l1writewakeup(bcs->st, bcs->hw.hscx.count); in jade_interrupt()
Dhscx_irq.c214 if (bcs->st->lli.l1writewakeup && in hscx_interrupt()
216 bcs->st->lli.l1writewakeup(bcs->st, bcs->hw.hscx.count); in hscx_interrupt()
Delsa_ser.c304 if (bcs->st->lli.l1writewakeup && in modem_fill()
306 bcs->st->lli.l1writewakeup(bcs->st, in modem_fill()
Dhfc_2bs0.c333 if (bcs->st->lli.l1writewakeup && (count >= 0)) in hfc_fill_fifo()
334 bcs->st->lli.l1writewakeup(bcs->st, count); in hfc_fill_fifo()
Dhfc_pci.c690 if (bcs->st->lli.l1writewakeup && in hfcpci_fill_fifo()
692 bcs->st->lli.l1writewakeup(bcs->st, bcs->tx_skb->len); in hfcpci_fill_fifo()
753 if (bcs->st->lli.l1writewakeup && in hfcpci_fill_fifo()
755 bcs->st->lli.l1writewakeup(bcs->st, bcs->tx_skb->len); in hfcpci_fill_fifo()
Dipacx.c790 if (bcs->st->lli.l1writewakeup && in bch_int()
792 bcs->st->lli.l1writewakeup(bcs->st, bcs->hw.hscx.count); in bch_int()
Davm_pci.c474 if (bcs->st->lli.l1writewakeup && in HDLC_irq()
476 bcs->st->lli.l1writewakeup(bcs->st, bcs->hw.hdlc.count); in HDLC_irq()
Dw6692.c374 if (bcs->st->lli.l1writewakeup && in W6692B_interrupt()
376 bcs->st->lli.l1writewakeup(bcs->st, bcs->hw.w6692.count); in W6692B_interrupt()
Dl3ni1.c2571 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3ni1_global_restart()
2573 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3ni1_global_restart()
2635 struct Channel * pChan = pc->st->lli.userdata; in l3ni1_SendSpid()
3173 st->lli.l4l3 = ni1down; in setstack_ni1()
3174 st->lli.l4l3_proto = l3ni1_cmd_global; in setstack_ni1()
Dhfc_2bds0.c372 if (bcs->st->lli.l1writewakeup && in hfc_fill_fifo()
374 bcs->st->lli.l1writewakeup(bcs->st, bcs->tx_skb->len); in hfc_fill_fifo()
Dnetjet.c762 if (bcs->st->lli.l1writewakeup && in write_raw()
764 bcs->st->lli.l1writewakeup(bcs->st, bcs->tx_skb->len); in write_raw()
Ddiva.c572 if (bcs->st->lli.l1writewakeup && in Memhscx_interrupt()
574 bcs->st->lli.l1writewakeup(bcs->st, bcs->hw.hscx.count); in Memhscx_interrupt()
Disar.c435 struct Channel *chanp = (struct Channel *) bcs->st->lli.userdata; in ll_deliver_faxstat()
786 if (bcs->st->lli.l1writewakeup && in send_frames()
788 bcs->st->lli.l1writewakeup(bcs->st, bcs->hw.isar.txcnt); in send_frames()
Dl3dss1.c2716 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3dss1_global_restart()
2718 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up); in l3dss1_global_restart()
3222 st->lli.l4l3 = dss1down; in setstack_dss1()
3223 st->lli.l4l3_proto = l3dss1_cmd_global; in setstack_dss1()
Dhisax.h314 struct LLInterface lli; member
Dhfc_sx.c608 if (bcs->st->lli.l1writewakeup && in hfcsx_fill_fifo()
610 bcs->st->lli.l1writewakeup(bcs->st, bcs->tx_skb->len); in hfcsx_fill_fifo()
Dconfig.c1938 if (bcs->st->lli.l1writewakeup) in hisax_b_l1l2()
1939 bcs->st->lli.l1writewakeup(bcs->st, (int) arg); in hisax_b_l1l2()
Disdnl2.c421 if (st->lli.l2writewakeup && (len >=0)) in setva()
422 st->lli.l2writewakeup(st, len); in setva()
Dl3_1tr6.c949 st->lli.l4l3 = down1tr6; in setstack_1tr6()