Searched refs:tx_task (Results 1 – 3 of 3) sorted by relevance
1208 struct tx_task_t *tx_task; in siw_create_tx_threads() local1214 tx_task = &per_cpu(siw_tx_task_g, cpu); in siw_create_tx_threads()1215 init_llist_head(&tx_task->active); in siw_create_tx_threads()1216 init_waitqueue_head(&tx_task->waiting); in siw_create_tx_threads()1249 struct tx_task_t *tx_task = &per_cpu(siw_tx_task_g, nr_cpu); in siw_run_sq() local1254 wait_event_interruptible(tx_task->waiting, in siw_run_sq()1255 !llist_empty(&tx_task->active) || in siw_run_sq()1261 active = llist_del_all(&tx_task->active); in siw_run_sq()1275 active = llist_del_all(&tx_task->active); in siw_run_sq()
533 struct smc_local *lp = from_tasklet(lp, t, tx_task); in smc_hardware_send_pkt()545 tasklet_schedule(&lp->tx_task); in smc_hardware_send_pkt()684 smc_hardware_send_pkt(&lp->tx_task); in smc_hard_start_xmit()1243 tasklet_hi_schedule(&lp->tx_task); in smc_interrupt()1510 tasklet_kill(&lp->tx_task); in smc_close()1959 tasklet_setup(&lp->tx_task, smc_hardware_send_pkt); in smc_probe()
204 struct tasklet_struct tx_task; member