Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/can/m_can/
Dm_can.h83 struct workqueue_struct *tx_wq; member
Dm_can.c1557 destroy_workqueue(cdev->tx_wq); in m_can_close()
1558 cdev->tx_wq = NULL; in m_can_close()
1747 queue_work(cdev->tx_wq, &cdev->tx_work); in m_can_start_xmit()
1783 cdev->tx_wq = alloc_workqueue("mcan_wq", in m_can_open()
1785 if (!cdev->tx_wq) { in m_can_open()
1819 destroy_workqueue(cdev->tx_wq); in m_can_open()
/Linux-v5.15/net/smc/
Dsmc_tx.c244 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_sendmsg()
522 mod_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smcr_tx_sndbuf_nonempty()
647 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_consumer_update()
Dsmc_core.c781 lgr->tx_wq = alloc_workqueue("smc_tx_wq-%*phN", 0, 0, in smc_lgr_create()
783 if (!lgr->tx_wq) { in smc_lgr_create()
840 destroy_workqueue(lgr->tx_wq); in smc_lgr_create()
910 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, 0); in smc_switch_cursor()
1228 destroy_workqueue(lgr->tx_wq); in smc_lgr_free()
Dsmc_core.h236 struct workqueue_struct *tx_wq; /* wq for conn. tx workers */ member
Daf_smc.c2250 mod_delayed_work(smc->conn.lgr->tx_wq, in smc_setsockopt()
2261 mod_delayed_work(smc->conn.lgr->tx_wq, in smc_setsockopt()
/Linux-v5.15/net/nfc/nci/
Dcore.c563 flush_workqueue(ndev->tx_wq); in nci_close_device()
1228 ndev->tx_wq = create_singlethread_workqueue(name); in nci_register_device()
1229 if (!ndev->tx_wq) { in nci_register_device()
1251 destroy_workqueue(ndev->tx_wq); in nci_register_device()
1277 destroy_workqueue(ndev->tx_wq); in nci_unregister_device()
Ddata.c196 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
Dntf.c79 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
/Linux-v5.15/include/net/nfc/
Dnci_core.h221 struct workqueue_struct *tx_wq; member
/Linux-v5.15/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()
/Linux-v5.15/drivers/net/wireless/realtek/rtw88/
Dmac80211.c45 queue_work(rtwdev->tx_wq, &rtwdev->tx_work); in rtw_ops_wake_tx_queue()
Dmain.c1821 rtwdev->tx_wq = alloc_workqueue("rtw_tx_wq", WQ_UNBOUND | WQ_HIGHPRI, 0); in rtw_core_init()
1901 destroy_workqueue(rtwdev->tx_wq); in rtw_core_deinit()
Dmain.h1862 struct workqueue_struct *tx_wq; member