Home
last modified time | relevance | path

Searched refs:tx_wq (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
Di2400m-usb.h232 wait_queue_head_t tx_wq; member
251 init_waitqueue_head(&i2400mu->tx_wq); in i2400mu_init()
Dusb-tx.c198 i2400mu->tx_wq, in i2400mu_txd()
235 wake_up_all(&i2400mu->tx_wq); in i2400mu_bus_tx_kick()
/kernel/linux/linux-5.10/drivers/net/can/m_can/
Dm_can.h80 struct workqueue_struct *tx_wq; member
Dm_can.c1434 destroy_workqueue(cdev->tx_wq); in m_can_close()
1435 cdev->tx_wq = NULL; in m_can_close()
1611 queue_work(cdev->tx_wq, &cdev->tx_work); in m_can_start_xmit()
1640 cdev->tx_wq = alloc_workqueue("mcan_wq", in m_can_open()
1642 if (!cdev->tx_wq) { in m_can_open()
1676 destroy_workqueue(cdev->tx_wq); in m_can_open()
/kernel/linux/linux-5.10/net/smc/
Dsmc_tx.c231 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_sendmsg()
505 mod_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smcr_tx_sndbuf_nonempty()
630 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_consumer_update()
Dsmc_core.c390 lgr->tx_wq = alloc_workqueue("smc_tx_wq-%*phN", 0, 0, in smc_lgr_create()
392 if (!lgr->tx_wq) { in smc_lgr_create()
449 destroy_workqueue(lgr->tx_wq); in smc_lgr_create()
519 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, 0); in smc_switch_cursor()
828 destroy_workqueue(lgr->tx_wq); in smc_lgr_free()
Dsmc_core.h230 struct workqueue_struct *tx_wq; /* wq for conn. tx workers */ member
Daf_smc.c2222 mod_delayed_work(smc->conn.lgr->tx_wq, in smc_setsockopt()
2231 mod_delayed_work(smc->conn.lgr->tx_wq, in smc_setsockopt()
/kernel/linux/linux-5.10/net/nfc/nci/
Dcore.c563 flush_workqueue(ndev->tx_wq); in nci_close_device()
1226 ndev->tx_wq = create_singlethread_workqueue(name); in nci_register_device()
1227 if (!ndev->tx_wq) { in nci_register_device()
1249 destroy_workqueue(ndev->tx_wq); in nci_register_device()
1281 destroy_workqueue(ndev->tx_wq); in nci_unregister_device()
Ddata.c196 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
Dntf.c62 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
/kernel/linux/linux-5.10/include/net/nfc/
Dnci_core.h222 struct workqueue_struct *tx_wq; member
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
Dngene.h793 wait_queue_head_t tx_wq; member
Dngene-core.c1324 init_waitqueue_head(&dev->tx_wq); in ngene_start()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch181043 + wait_queue_head_t tx_wq;
182412 + wake_up_interruptible(&pdevinfo->tx_wq);
182704 + init_waitqueue_head(&pdevinfo->tx_wq);
183096 + prepare_to_wait(&pdevinfo->tx_wq,
183115 + finish_wait(&pdevinfo->tx_wq, &__wait);
183169 + poll_wait(filp, &pdevinfo->tx_wq, wait);