Searched defs:tx_tasklet (Results 1 - 5 of 5) sorted by path

/drivers/atm/
H A Dfore200e.h870 struct tasklet_struct tx_tasklet; /* performs tx interrupt work */ member in struct:fore200e
/drivers/net/ethernet/dlink/
H A Dsundance.c406 struct tasklet_struct tx_tasklet; member in struct:netdev_private
556 tasklet_init(&np->tx_tasklet, tx_poll, (unsigned long)dev);
979 tasklet_disable(&np->tx_tasklet);
1020 tasklet_enable(&np->tx_tasklet);
1123 tasklet_schedule(&np->tx_tasklet);
1838 tasklet_kill(&np->tx_tasklet);
/drivers/net/ethernet/micrel/
H A Dksz884x.c1418 * @tx_tasklet: Transmit processing tasklet.
1447 struct tasklet_struct tx_tasklet; member in struct:dev_info
5277 tasklet_schedule(&hw_priv->tx_tasklet);
5416 tasklet_kill(&hw_priv->tx_tasklet);
5469 tasklet_init(&hw_priv->tx_tasklet, tx_proc_task,
/drivers/net/wireless/b43legacy/
H A Dpio.c280 static void tx_tasklet(unsigned long d) function
347 tasklet_init(&queue->txtask, tx_tasklet,
/drivers/usb/gadget/function/
H A Df_ncm.c79 struct tasklet_struct tx_tasklet; member in struct:f_ncm
1124 tasklet_schedule(&ncm->tx_tasklet);
1453 tasklet_init(&ncm->tx_tasklet, ncm_tx_tasklet, (unsigned long) ncm);
1570 tasklet_kill(&ncm->tx_tasklet);

Completed in 145 milliseconds