Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/sw/siw/
A Dsiw_qp_tx.c1223 struct tx_task_t *tx_task = &per_cpu(siw_tx_task_g, nr_cpu); in siw_run_sq() local
1225 init_llist_head(&tx_task->active); in siw_run_sq()
1226 init_waitqueue_head(&tx_task->waiting); in siw_run_sq()
1231 wait_event_interruptible(tx_task->waiting, in siw_run_sq()
1232 !llist_empty(&tx_task->active) || in siw_run_sq()
1238 active = llist_del_all(&tx_task->active); in siw_run_sq()
1258 active = llist_del_all(&tx_task->active); in siw_run_sq()
/linux-6.3-rc2/drivers/media/radio/wl128x/
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()
A Dfmdrv.h206 struct tasklet_struct tx_task; /* TX Tasklet */ member
/linux-6.3-rc2/drivers/net/ethernet/smsc/
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()
A Dsmc91x.h223 struct tasklet_struct tx_task; member

Completed in 21 milliseconds