Home
last modified time | relevance | path

Searched refs:rx_wq (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/wwan/t7xx/
A Dt7xx_port_ctrl_msg.c223 spin_lock_irqsave(&port->rx_wq.lock, flags); in port_ctl_rx_thread()
225 wait_event_interruptible_locked_irq(port->rx_wq, in port_ctl_rx_thread()
228 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_rx_thread()
232 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_rx_thread()
236 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_rx_thread()
266 spin_lock_irqsave(&port->rx_wq.lock, flags); in port_ctl_uninit()
270 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_uninit()
A Dt7xx_port_proxy.c183 init_waitqueue_head(&port->rx_wq); in t7xx_port_struct_init()
222 spin_lock_irqsave(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
224 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
229 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
231 wake_up_all(&port->rx_wq); in t7xx_port_enqueue_skb()
A Dt7xx_port.h126 wait_queue_head_t rx_wq; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls.c154 priv->tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_ktls_init_rx()
155 if (!priv->tls->rx_wq) in mlx5e_ktls_init_rx()
161 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_init_rx()
177 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_cleanup_rx()
A Dktls.h88 struct workqueue_struct *rx_wq; member
A Dktls_rx.c475 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
592 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/linux/drivers/nfc/nfcmrvl/
A Dfw_dnld.c450 priv->fw_dnld.rx_wq = create_singlethread_workqueue(name); in nfcmrvl_fw_dnld_init()
451 if (!priv->fw_dnld.rx_wq) in nfcmrvl_fw_dnld_init()
459 destroy_workqueue(priv->fw_dnld.rx_wq); in nfcmrvl_fw_dnld_deinit()
474 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
A Dfw_dnld.h73 struct workqueue_struct *rx_wq; member
/linux/net/nfc/nci/
A Dcore.c579 flush_workqueue(ndev->rx_wq); in nci_close_device()
625 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1242 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1243 if (!ndev->rx_wq) { in nci_register_device()
1276 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1304 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1334 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/linux/drivers/rapidio/
A Drio_cm.c161 struct workqueue_struct *rx_wq; member
625 queue_work(cm->rx_wq, &cm->rx_work); in riocm_inb_msg_event()
2130 cm->rx_wq = create_workqueue(DRV_NAME "/rxq"); in riocm_add_mport()
2131 if (!cm->rx_wq) { in riocm_add_mport()
2199 flush_workqueue(cm->rx_wq); in riocm_remove_mport()
2200 destroy_workqueue(cm->rx_wq); in riocm_remove_mport()
/linux/include/net/nfc/
A Dnci_core.h219 struct workqueue_struct *rx_wq; member
/linux/drivers/media/pci/ngene/
A Dngene.h746 wait_queue_head_t rx_wq; member
A Dngene-core.c1325 init_waitqueue_head(&dev->rx_wq); in ngene_start()

Completed in 38 milliseconds