Searched refs:tx_wq (Results 1 – 10 of 10) sorted by relevance
232 wait_queue_head_t tx_wq; member251 init_waitqueue_head(&i2400mu->tx_wq); in i2400mu_init()
198 i2400mu->tx_wq, in i2400mu_txd()235 wake_up_all(&i2400mu->tx_wq); in i2400mu_bus_tx_kick()
846 queue_work(local->tx_wq, &local->tx_work); in nfc_llcp_rx_work()902 queue_work(local->tx_wq, &local->tx_work); in nfc_llcp_mac_is_up()931 local->tx_wq = in nfc_llcp_register_device()935 if (local->tx_wq == NULL) { in nfc_llcp_register_device()977 destroy_workqueue(local->tx_wq); in nfc_llcp_register_device()998 destroy_workqueue(local->tx_wq); in nfc_llcp_unregister_device()
52 struct workqueue_struct *tx_wq; member
332 flush_workqueue(ndev->tx_wq); in nci_close_device()655 ndev->tx_wq = create_singlethread_workqueue(name); in nci_register_device()656 if (!ndev->tx_wq) { in nci_register_device()699 destroy_workqueue(ndev->tx_wq); in nci_unregister_device()
175 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
71 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
97 struct workqueue_struct *tx_wq; member
786 wait_queue_head_t tx_wq; member
1363 init_waitqueue_head(&dev->tx_wq); in ngene_start()