Home
last modified time | relevance | path

Searched refs:tqueue (Results 1 – 18 of 18) sorted by relevance

/drivers/isdn/hisax/
Dhfc4s8s_l1.c181 struct work_struct tqueue; member
364 schedule_work(&l1->hw->tqueue); in dch_l2l1()
444 schedule_work(&l1->hw->tqueue); in bch_l2l1()
1089 hfc4s8s_hw *hw = container_of(work, hfc4s8s_hw, tqueue); in hfc4s8s_bh()
1323 schedule_work(&hw->tqueue); in hfc4s8s_interrupt()
1555 INIT_WORK(&hw->tqueue, hfc4s8s_bh); in setup_instance()
Dhisax.h512 struct work_struct tqueue; member
961 struct work_struct tqueue; member
972 #define schedule_event(s, ev) do { test_and_set_bit(ev, &s->event); schedule_work(&s->tqueue); } wh…
Damd7930_fn.c239 container_of(work, struct IsdnCardState, tqueue); in Amd7930_bh()
791 INIT_WORK(&cs->tqueue, Amd7930_bh); in setup_Amd7930()
Dconfig.c1619 INIT_WORK(&cs->tqueue, hisax_bh); in hisax_register()
1648 schedule_work(&cs->tqueue); in hisax_sched_event()
1654 container_of(work, struct IsdnCardState, tqueue); in hisax_bh()
1676 schedule_work(&bcs->tqueue); in hisax_b_sched_event()
Dicc.c84 container_of(work, struct IsdnCardState, tqueue); in icc_bh()
678 INIT_WORK(&cs->tqueue, icc_bh); in setup_icc()
Disac.c87 container_of(work, struct IsdnCardState, tqueue); in isac_bh()
674 INIT_WORK(&cs->tqueue, isac_bh); in setup_isac()
Disdnl1.c321 struct BCState *bcs = container_of(work, struct BCState, tqueue); in BChannel_bh()
368 INIT_WORK(&bcs->tqueue, BChannel_bh); in init_bcstate()
Dhfc_pci.c185 schedule_work(&cs->tqueue); in sched_event_D_pci()
195 schedule_work(&bcs->tqueue); in hfcpci_sched_event()
1506 container_of(work, struct IsdnCardState, tqueue); in hfcpci_bh()
1742 INIT_WORK(&cs->tqueue, hfcpci_bh); in setup_hfcpci()
Dhfc_2bds0.c557 container_of(work, struct IsdnCardState, tqueue); in hfcd_bh()
1079 INIT_WORK(&cs->tqueue, hfcd_bh); in set_cs_func()
Dnetjet.c390 schedule_work(&bcs->tqueue); in got_frame()
747 schedule_work(&bcs->tqueue); in write_raw()
Dw6692.c106 container_of(work, struct IsdnCardState, tqueue); in W6692_bh()
1066 INIT_WORK(&cs->tqueue, W6692_bh); in setup_w6692()
Dhfc_sx.c1257 container_of(work, struct IsdnCardState, tqueue); in hfcsx_bh()
1500 INIT_WORK(&cs->tqueue, hfcsx_bh); in setup_hfcsx()
Disar.c443 struct BCState *bcs = container_of(work, struct BCState, tqueue); in isar_bh()
1586 INIT_WORK(&cs->bcs[i].tqueue, isar_bh); in isar_setup()
/drivers/atm/
Didt77252.h362 struct work_struct tqueue; member
Didt77252.c2802 schedule_work(&card->tqueue); in idt77252_interrupt()
2814 container_of(work, struct idt77252_dev, tqueue); in idt77252_softint()
3628 INIT_WORK(&card->tqueue, idt77252_softint); in idt77252_init_one()
/drivers/net/ethernet/freescale/
Dgianfar.c985 u32 rstat = 0, tstat = 0, rqueue = 0, tqueue = 0; in gfar_probe() local
1145 tqueue = tqueue | (TQUEUE_EN0 >> i); in gfar_probe()
1153 gfar_write(&regs->tqueue, tqueue); in gfar_probe()
Dgianfar.h687 u32 tqueue; /* 0x.114 - Transmit queue control register */ member
/drivers/isdn/i4l/
Disdn_net.c154 schedule_work(&lp->tqueue); in isdn_net_dec_frame_cnt()
970 schedule_work(&lp->tqueue); in isdn_net_write_super()
988 isdn_net_local *lp = container_of(work, isdn_net_local, tqueue); in isdn_net_softint()
2629 INIT_WORK(&netdev->local->tqueue, isdn_net_softint); in isdn_net_new()