Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c1196 struct tx_task_t *tx_task = &per_cpu(siw_tx_task_g, nr_cpu); in siw_run_sq() local
1198 init_llist_head(&tx_task->active); in siw_run_sq()
1199 init_waitqueue_head(&tx_task->waiting); in siw_run_sq()
1204 wait_event_interruptible(tx_task->waiting, in siw_run_sq()
1205 !llist_empty(&tx_task->active) || in siw_run_sq()
1211 active = llist_del_all(&tx_task->active); in siw_run_sq()
1231 active = llist_del_all(&tx_task->active); in siw_run_sq()
/Linux-v5.4/drivers/media/radio/wl128x/
Dfmdrv.h206 struct tasklet_struct tx_task; /* TX Tasklet */ member
Dfmdrv_common.c326 tasklet_schedule(&fmdev->tx_task); in recv_tasklet()
440 tasklet_schedule(&fmdev->tx_task); in fm_send_cmd()
1538 tasklet_init(&fmdev->tx_task, send_tasklet, (unsigned long)fmdev); in fmc_prepare()
1588 tasklet_kill(&fmdev->tx_task); in fmc_release()
/Linux-v5.4/drivers/net/ethernet/smsc/
Dsmc91x.c552 tasklet_schedule(&lp->tx_task); in smc_hardware_send_pkt()
1250 tasklet_hi_schedule(&lp->tx_task); in smc_interrupt()
1517 tasklet_kill(&lp->tx_task); in smc_close()
1968 tasklet_init(&lp->tx_task, smc_hardware_send_pkt, (unsigned long)dev); in smc_probe()
Dsmc91x.h234 struct tasklet_struct tx_task; member