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()
80 struct workqueue_struct *tx_wq; member
1388 destroy_workqueue(cdev->tx_wq); in m_can_close()1389 cdev->tx_wq = NULL; in m_can_close()1564 queue_work(cdev->tx_wq, &cdev->tx_work); in m_can_start_xmit()1593 cdev->tx_wq = alloc_workqueue("mcan_wq", in m_can_open()1595 if (!cdev->tx_wq) { in m_can_open()1629 destroy_workqueue(cdev->tx_wq); in m_can_open()
196 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
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()1259 destroy_workqueue(ndev->tx_wq); in nci_unregister_device()
62 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
221 struct workqueue_struct *tx_wq; member
791 wait_queue_head_t tx_wq; member
1324 init_waitqueue_head(&dev->tx_wq); in ngene_start()