Searched refs:tx_task (Results 1 – 3 of 3) sorted by relevance
1205 struct tx_task_t *tx_task; in siw_create_tx_threads() local1211 tx_task = &per_cpu(siw_tx_task_g, cpu); in siw_create_tx_threads()1212 init_llist_head(&tx_task->active); in siw_create_tx_threads()1213 init_waitqueue_head(&tx_task->waiting); in siw_create_tx_threads()1246 struct tx_task_t *tx_task = &per_cpu(siw_tx_task_g, nr_cpu); in siw_run_sq() local1251 wait_event_interruptible(tx_task->waiting, in siw_run_sq()1252 !llist_empty(&tx_task->active) || in siw_run_sq()1258 active = llist_del_all(&tx_task->active); in siw_run_sq()1272 active = llist_del_all(&tx_task->active); in siw_run_sq()
541 struct smc_local *lp = from_tasklet(lp, t, tx_task); in smc_hardware_send_pkt()553 tasklet_schedule(&lp->tx_task); in smc_hardware_send_pkt()692 smc_hardware_send_pkt(&lp->tx_task); in smc_hard_start_xmit()1251 tasklet_hi_schedule(&lp->tx_task); in smc_interrupt()1518 tasklet_kill(&lp->tx_task); in smc_close()1967 tasklet_setup(&lp->tx_task, smc_hardware_send_pkt); in smc_probe()
204 struct tasklet_struct tx_task; member