Searched refs:tx_task (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/infiniband/sw/siw/ |
D | siw_qp_tx.c | 1216 struct tx_task_t *tx_task; in siw_create_tx_threads() local 1222 tx_task = &per_cpu(siw_tx_task_g, cpu); in siw_create_tx_threads() 1223 init_llist_head(&tx_task->active); in siw_create_tx_threads() 1224 init_waitqueue_head(&tx_task->waiting); in siw_create_tx_threads() 1257 struct tx_task_t *tx_task = &per_cpu(siw_tx_task_g, nr_cpu); in siw_run_sq() local 1262 wait_event_interruptible(tx_task->waiting, in siw_run_sq() 1263 !llist_empty(&tx_task->active) || in siw_run_sq() 1269 active = llist_del_all(&tx_task->active); in siw_run_sq() 1283 active = llist_del_all(&tx_task->active); in siw_run_sq()
|
/Linux-v6.6/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 259 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() 1542 tasklet_setup(&fmdev->tx_task, send_tasklet); in fmc_prepare() 1592 tasklet_kill(&fmdev->tx_task); in fmc_release()
|
D | fmdrv.h | 206 struct tasklet_struct tx_task; /* TX Tasklet */ member
|
/Linux-v6.6/drivers/net/ethernet/smsc/ |
D | smc91x.c | 540 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()
|
D | smc91x.h | 223 struct tasklet_struct tx_task; member
|