Searched refs:rx_wq (Results 1 – 8 of 8) sorted by relevance
235 wait_queue_head_t rx_wq; member253 init_waitqueue_head(&i2400mu->rx_wq); in i2400mu_init()
352 i2400mu->rx_wq, in i2400mu_rxd()425 wake_up_all(&i2400mu->rx_wq); in i2400mu_rx_kick()
463 priv->fw_dnld.rx_wq = create_singlethread_workqueue(name); in nfcmrvl_fw_dnld_init()464 if (!priv->fw_dnld.rx_wq) in nfcmrvl_fw_dnld_init()472 destroy_workqueue(priv->fw_dnld.rx_wq); in nfcmrvl_fw_dnld_deinit()487 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
478 flush_workqueue(ndev->rx_wq); in nci_close_device()524 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()1130 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()1131 if (!ndev->rx_wq) { in nci_register_device()1163 destroy_workqueue(ndev->rx_wq); in nci_register_device()1185 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()1215 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
224 struct workqueue_struct *rx_wq; member
787 wait_queue_head_t rx_wq; member
1352 init_waitqueue_head(&dev->rx_wq); in ngene_start()