Symbol: tx_tasklet
drivers/net/ethernet/dlink/sundance.c
1009
tasklet_enable(&np->tx_tasklet);
drivers/net/ethernet/dlink/sundance.c
1064
struct netdev_private *np = from_tasklet(np, t, tx_tasklet);
drivers/net/ethernet/dlink/sundance.c
1114
tasklet_schedule(&np->tx_tasklet);
drivers/net/ethernet/dlink/sundance.c
1829
tasklet_kill(&np->tx_tasklet);
drivers/net/ethernet/dlink/sundance.c
399
struct tasklet_struct tx_tasklet;
drivers/net/ethernet/dlink/sundance.c
545
tasklet_setup(&np->tx_tasklet, tx_poll);
drivers/net/ethernet/dlink/sundance.c
968
tasklet_disable_in_atomic(&np->tx_tasklet);
drivers/net/ethernet/micrel/ksz884x.c
1373
struct tasklet_struct tx_tasklet;
drivers/net/ethernet/micrel/ksz884x.c
4819
struct dev_info *hw_priv = from_tasklet(hw_priv, t, tx_tasklet);
drivers/net/ethernet/micrel/ksz884x.c
4882
tasklet_schedule(&hw_priv->tx_tasklet);
drivers/net/ethernet/micrel/ksz884x.c
5020
tasklet_kill(&hw_priv->tx_tasklet);
drivers/net/ethernet/micrel/ksz884x.c
5072
tasklet_setup(&hw_priv->tx_tasklet, tx_proc_task);
drivers/net/wireless/broadcom/b43legacy/pio.c
334
tasklet_setup(&queue->txtask, tx_tasklet);
drivers/net/wireless/mediatek/mt7601u/dma.c
269
tasklet_schedule(&dev->tx_tasklet);
drivers/net/wireless/mediatek/mt7601u/dma.c
282
struct mt7601u_dev *dev = from_tasklet(dev, t, tx_tasklet);
drivers/net/wireless/mediatek/mt7601u/dma.c
521
tasklet_setup(&dev->tx_tasklet, mt7601u_tx_tasklet);
drivers/net/wireless/mediatek/mt7601u/dma.c
550
tasklet_kill(&dev->tx_tasklet);
drivers/net/wireless/mediatek/mt7601u/mt7601u.h
200
struct tasklet_struct tx_tasklet;