Searched refs:rx_wq (Results 1 - 13 of 13) sorted by last modified time

/linux-master/net/nfc/nci/
H A Dcore.c579 flush_workqueue(ndev->rx_wq);
625 queue_work(ndev->rx_wq, &ndev->rx_work);
1242 ndev->rx_wq = create_singlethread_workqueue(name);
1243 if (!ndev->rx_wq) {
1276 destroy_workqueue(ndev->rx_wq);
1304 destroy_workqueue(ndev->rx_wq);
1334 queue_work(ndev->rx_wq, &ndev->rx_work);
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c183 init_waitqueue_head(&port->rx_wq);
222 spin_lock_irqsave(&port->rx_wq.lock, flags);
224 spin_unlock_irqrestore(&port->rx_wq.lock, flags);
229 spin_unlock_irqrestore(&port->rx_wq.lock, flags);
231 wake_up_all(&port->rx_wq);
H A Dt7xx_port.h126 wait_queue_head_t rx_wq; member in struct:t7xx_port
H A Dt7xx_port_ctrl_msg.c223 spin_lock_irqsave(&port->rx_wq.lock, flags);
225 wait_event_interruptible_locked_irq(port->rx_wq,
228 spin_unlock_irqrestore(&port->rx_wq.lock, flags);
232 spin_unlock_irqrestore(&port->rx_wq.lock, flags);
236 spin_unlock_irqrestore(&port->rx_wq.lock, flags);
266 spin_lock_irqsave(&port->rx_wq.lock, flags);
270 spin_unlock_irqrestore(&port->rx_wq.lock, flags);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c475 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work)))
592 queue_work(rule->priv->tls->rx_wq, &rule->work);
H A Dktls.h88 struct workqueue_struct *rx_wq; member in struct:mlx5e_tls
H A Dktls.c154 priv->tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx");
155 if (!priv->tls->rx_wq)
161 destroy_workqueue(priv->tls->rx_wq);
177 destroy_workqueue(priv->tls->rx_wq);
/linux-master/drivers/rapidio/
H A Drio_cm.c161 struct workqueue_struct *rx_wq; member in struct:cm_dev
625 queue_work(cm->rx_wq, &cm->rx_work);
2130 cm->rx_wq = create_workqueue(DRV_NAME "/rxq");
2131 if (!cm->rx_wq) {
2199 flush_workqueue(cm->rx_wq);
2200 destroy_workqueue(cm->rx_wq);
/linux-master/drivers/media/pci/ngene/
H A Dngene.h745 wait_queue_head_t rx_wq; member in struct:ngene
H A Dngene-core.c1325 init_waitqueue_head(&dev->rx_wq);
/linux-master/include/net/nfc/
H A Dnci_core.h219 struct workqueue_struct *rx_wq; member in struct:nci_dev
/linux-master/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c450 priv->fw_dnld.rx_wq = create_singlethread_workqueue(name);
451 if (!priv->fw_dnld.rx_wq)
459 destroy_workqueue(priv->fw_dnld.rx_wq);
474 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work);
H A Dfw_dnld.h73 struct workqueue_struct *rx_wq; member in struct:nfcmrvl_fw_dnld

Completed in 233 milliseconds