Searched refs:tx_tasklet (Results 1 – 6 of 6) sorted by relevance
269 tasklet_schedule(&dev->tx_tasklet); in mt7601u_complete_tx()282 struct mt7601u_dev *dev = from_tasklet(dev, t, tx_tasklet); in mt7601u_tx_tasklet()521 tasklet_setup(&dev->tx_tasklet, mt7601u_tx_tasklet); in mt7601u_dma_init()550 tasklet_kill(&dev->tx_tasklet); in mt7601u_dma_cleanup()
200 struct tasklet_struct tx_tasklet; member
267 static void tx_tasklet(struct tasklet_struct *t) in tx_tasklet() function334 tasklet_setup(&queue->txtask, tx_tasklet); in b43legacy_setup_pioqueue()
864 struct tasklet_struct tx_tasklet; /* performs tx interrupt work */ member
1165 tasklet_schedule(&fore200e->tx_tasklet); in fore200e_interrupt()1941 tasklet_init(&fore200e->tx_tasklet, fore200e_tx_tasklet, (unsigned long)fore200e); in fore200e_irq_request()
1372 struct tasklet_struct tx_tasklet; member4819 struct dev_info *hw_priv = from_tasklet(hw_priv, t, tx_tasklet); in tx_proc_task()4882 tasklet_schedule(&hw_priv->tx_tasklet); in netdev_intr()5020 tasklet_kill(&hw_priv->tx_tasklet); in netdev_close()5072 tasklet_setup(&hw_priv->tx_tasklet, tx_proc_task); in prepare_hardware()