Home
last modified time | relevance | path

Searched refs:tx_task (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c1218 struct tx_task_t *tx_task; in siw_create_tx_threads() local
1224 tx_task = &per_cpu(siw_tx_task_g, cpu); in siw_create_tx_threads()
1225 init_llist_head(&tx_task->active); in siw_create_tx_threads()
1226 init_waitqueue_head(&tx_task->waiting); in siw_create_tx_threads()
1259 struct tx_task_t *tx_task = &per_cpu(siw_tx_task_g, nr_cpu); in siw_run_sq() local
1264 wait_event_interruptible(tx_task->waiting, in siw_run_sq()
1265 !llist_empty(&tx_task->active) || in siw_run_sq()
1271 active = llist_del_all(&tx_task->active); in siw_run_sq()
1285 active = llist_del_all(&tx_task->active); in siw_run_sq()
/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv_common.c259 fmdev = from_tasklet(fmdev, t, tx_task); in recv_tasklet()
329 tasklet_schedule(&fmdev->tx_task); in recv_tasklet()
340 fmdev = from_tasklet(fmdev, t, tx_task); in send_tasklet()
443 tasklet_schedule(&fmdev->tx_task); in fm_send_cmd()
1543 tasklet_setup(&fmdev->tx_task, send_tasklet); in fmc_prepare()
1593 tasklet_kill(&fmdev->tx_task); in fmc_release()
H A Dfmdrv.h206 struct tasklet_struct tx_task; /* TX Tasklet */ member
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c540 struct smc_local *lp = from_tasklet(lp, t, tx_task); in smc_hardware_send_pkt()
552 tasklet_schedule(&lp->tx_task); in smc_hardware_send_pkt()
691 smc_hardware_send_pkt(&lp->tx_task); in smc_hard_start_xmit()
1250 tasklet_hi_schedule(&lp->tx_task); in smc_interrupt()
1517 tasklet_kill(&lp->tx_task); in smc_close()
1970 tasklet_setup(&lp->tx_task, smc_hardware_send_pkt); in smc_probe()
H A Dsmc91x.h223 struct tasklet_struct tx_task; member