Searched refs:rx_wq (Results 1 – 9 of 9) sorted by relevance
235 wait_queue_head_t rx_wq; member253 init_waitqueue_head(&i2400mu->rx_wq); in i2400mu_init()
349 i2400mu->rx_wq, in i2400mu_rxd()422 wake_up_all(&i2400mu->rx_wq); in i2400mu_rx_kick()
461 priv->fw_dnld.rx_wq = create_singlethread_workqueue(name); in nfcmrvl_fw_dnld_init()462 if (!priv->fw_dnld.rx_wq) in nfcmrvl_fw_dnld_init()470 destroy_workqueue(priv->fw_dnld.rx_wq); in nfcmrvl_fw_dnld_deinit()485 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
84 struct workqueue_struct *rx_wq; member
562 flush_workqueue(ndev->rx_wq); in nci_close_device()608 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()1217 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()1218 if (!ndev->rx_wq) { in nci_register_device()1248 destroy_workqueue(ndev->rx_wq); in nci_register_device()1270 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()1300 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
170 struct workqueue_struct *rx_wq; member632 queue_work(cm->rx_wq, &cm->rx_work); in riocm_inb_msg_event()2147 cm->rx_wq = create_workqueue(DRV_NAME "/rxq"); in riocm_add_mport()2201 flush_workqueue(cm->rx_wq); in riocm_remove_mport()2202 destroy_workqueue(cm->rx_wq); in riocm_remove_mport()
230 struct workqueue_struct *rx_wq; member
804 wait_queue_head_t rx_wq; member
1342 init_waitqueue_head(&dev->rx_wq); in ngene_start()