Searched refs:tx_wq (Results 1 – 6 of 6) sorted by relevance
/net/smc/ |
D | smc_tx.c | 244 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() 652 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_consumer_update()
|
D | smc_core.c | 781 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()
|
D | smc_core.h | 236 struct workqueue_struct *tx_wq; /* wq for conn. tx workers */ member
|
/net/nfc/nci/ |
D | core.c | 579 flush_workqueue(ndev->tx_wq); in nci_close_device() 1253 ndev->tx_wq = create_singlethread_workqueue(name); in nci_register_device() 1254 if (!ndev->tx_wq) { in nci_register_device() 1276 destroy_workqueue(ndev->tx_wq); in nci_register_device() 1308 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 | 79 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
|