Searched refs:tx_wq (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.10/drivers/net/wimax/i2400m/ |
| D | i2400m-usb.h | 232 wait_queue_head_t tx_wq; member 251 init_waitqueue_head(&i2400mu->tx_wq); in i2400mu_init()
|
| D | usb-tx.c | 198 i2400mu->tx_wq, in i2400mu_txd() 235 wake_up_all(&i2400mu->tx_wq); in i2400mu_bus_tx_kick()
|
| /Linux-v5.10/drivers/net/can/m_can/ |
| D | m_can.h | 80 struct workqueue_struct *tx_wq; member
|
| D | m_can.c | 1443 destroy_workqueue(cdev->tx_wq); in m_can_close() 1444 cdev->tx_wq = NULL; in m_can_close() 1619 queue_work(cdev->tx_wq, &cdev->tx_work); in m_can_start_xmit() 1648 cdev->tx_wq = alloc_workqueue("mcan_wq", in m_can_open() 1650 if (!cdev->tx_wq) { in m_can_open() 1684 destroy_workqueue(cdev->tx_wq); in m_can_open()
|
| /Linux-v5.10/net/smc/ |
| D | smc_tx.c | 231 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_sendmsg() 502 mod_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smcr_tx_sndbuf_nonempty() 626 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_consumer_update()
|
| D | smc_core.c | 390 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() 826 destroy_workqueue(lgr->tx_wq); in smc_lgr_free()
|
| D | smc_core.h | 228 struct workqueue_struct *tx_wq; /* wq for conn. tx workers */ member
|
| D | af_smc.c | 2192 mod_delayed_work(smc->conn.lgr->tx_wq, in smc_setsockopt() 2201 mod_delayed_work(smc->conn.lgr->tx_wq, in smc_setsockopt()
|
| /Linux-v5.10/net/nfc/nci/ |
| D | core.c | 551 flush_workqueue(ndev->tx_wq); in nci_close_device() 1213 ndev->tx_wq = create_singlethread_workqueue(name); in nci_register_device() 1214 if (!ndev->tx_wq) { in nci_register_device() 1236 destroy_workqueue(ndev->tx_wq); in nci_register_device() 1262 destroy_workqueue(ndev->tx_wq); in nci_unregister_device()
|
| D | data.c | 196 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
|
| D | ntf.c | 62 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
|
| /Linux-v5.10/include/net/nfc/ |
| D | nci_core.h | 221 struct workqueue_struct *tx_wq; member
|
| /Linux-v5.10/drivers/media/pci/ngene/ |
| D | ngene.h | 791 wait_queue_head_t tx_wq; member
|
| D | ngene-core.c | 1324 init_waitqueue_head(&dev->tx_wq); in ngene_start()
|