Home
last modified time | relevance | path

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

/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()
652 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
/net/nfc/nci/
Dcore.c579 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()
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()