Searched refs:tqueue (Results 1 - 19 of 19) sorted by relevance

/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c615 struct sxgbe_tx_queue *tqueue = priv->txq[queue_num]; local
616 tx_free_ring_skbufs(tqueue);
710 static void sxgbe_tx_queue_clean(struct sxgbe_tx_queue *tqueue) argument
712 struct sxgbe_priv_data *priv = tqueue->priv_ptr;
715 u8 queue_no = tqueue->queue_no;
719 spin_lock(&tqueue->tx_lock);
722 while (tqueue->dirty_tx != tqueue->cur_tx) {
723 unsigned int entry = tqueue->dirty_tx % tx_rsize;
724 struct sk_buff *skb = tqueue
781 struct sxgbe_tx_queue *tqueue = priv->txq[queue_num]; local
1262 struct sxgbe_tx_queue *tqueue = priv->txq[txq_index]; local
[all...]
/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c181 struct work_struct tqueue; member in struct:_hfc4s8s_hw
343 schedule_work(&l1->hw->tqueue);
423 schedule_work(&l1->hw->tqueue);
1012 hfc4s8s_hw *hw = container_of(work, hfc4s8s_hw, tqueue);
1242 schedule_work(&hw->tqueue);
1463 INIT_WORK(&hw->tqueue, hfc4s8s_bh);
H A Dhisax.h512 struct work_struct tqueue; member in struct:BCState
961 struct work_struct tqueue; member in struct:IsdnCardState
972 #define schedule_event(s, ev) do { test_and_set_bit(ev, &s->event); schedule_work(&s->tqueue); } while (0)
H A Dconfig.c1619 INIT_WORK(&cs->tqueue, hisax_bh);
1648 schedule_work(&cs->tqueue);
1654 container_of(work, struct IsdnCardState, tqueue);
1676 schedule_work(&bcs->tqueue);
H A Damd7930_fn.c239 container_of(work, struct IsdnCardState, tqueue);
791 INIT_WORK(&cs->tqueue, Amd7930_bh);
H A Dicc.c84 container_of(work, struct IsdnCardState, tqueue);
678 INIT_WORK(&cs->tqueue, icc_bh);
H A Disac.c87 container_of(work, struct IsdnCardState, tqueue);
674 INIT_WORK(&cs->tqueue, isac_bh);
H A Disdnl1.c321 struct BCState *bcs = container_of(work, struct BCState, tqueue);
368 INIT_WORK(&bcs->tqueue, BChannel_bh);
H A Dhfc_pci.c185 schedule_work(&cs->tqueue);
195 schedule_work(&bcs->tqueue);
1506 container_of(work, struct IsdnCardState, tqueue);
1738 INIT_WORK(&cs->tqueue, hfcpci_bh);
H A Dhfc_2bds0.c557 container_of(work, struct IsdnCardState, tqueue);
1079 INIT_WORK(&cs->tqueue, hfcd_bh);
H A Dnetjet.c390 schedule_work(&bcs->tqueue);
747 schedule_work(&bcs->tqueue);
H A Dw6692.c106 container_of(work, struct IsdnCardState, tqueue);
1066 INIT_WORK(&cs->tqueue, W6692_bh);
H A Dhfc_sx.c1257 container_of(work, struct IsdnCardState, tqueue);
1500 INIT_WORK(&cs->tqueue, hfcsx_bh);
H A Disar.c443 struct BCState *bcs = container_of(work, struct BCState, tqueue);
1586 INIT_WORK(&cs->bcs[i].tqueue, isar_bh);
/drivers/net/ethernet/freescale/
H A Dgianfar.h695 u32 tqueue; /* 0x.114 - Transmit queue control register */ member in struct:gfar
1144 u32 tqueue; member in struct:gfar_private
H A Dgianfar.c717 priv->tqueue |= (TQUEUE_EN0 >> i);
1801 gfar_write(&regs->tqueue, 0);
1927 gfar_write(&regs->tqueue, priv->tqueue);
/drivers/atm/
H A Didt77252.h362 struct work_struct tqueue; member in struct:idt77252_dev
H A Didt77252.c2799 schedule_work(&card->tqueue);
2811 container_of(work, struct idt77252_dev, tqueue);
3625 INIT_WORK(&card->tqueue, idt77252_softint);
/drivers/isdn/i4l/
H A Disdn_net.c154 schedule_work(&lp->tqueue);
970 schedule_work(&lp->tqueue);
988 isdn_net_local *lp = container_of(work, isdn_net_local, tqueue);
2630 INIT_WORK(&netdev->local->tqueue, isdn_net_softint);

Completed in 263 milliseconds