Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c237 spin_lock_irqsave(&port->rx_wq.lock, flags); in port_ctl_rx_thread()
239 wait_event_interruptible_locked_irq(port->rx_wq, in port_ctl_rx_thread()
242 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_rx_thread()
246 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_rx_thread()
250 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_rx_thread()
280 spin_lock_irqsave(&port->rx_wq.lock, flags); in port_ctl_uninit()
284 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_uninit()
H A Dt7xx_port_proxy.c204 init_waitqueue_head(&port->rx_wq); in t7xx_port_struct_init()
243 spin_lock_irqsave(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
245 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
250 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
252 wake_up_all(&port->rx_wq); in t7xx_port_enqueue_skb()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c159 priv->tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_ktls_init_rx()
160 if (!priv->tls->rx_wq) in mlx5e_ktls_init_rx()
166 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_init_rx()
183 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_cleanup_rx()
H A Dktls.h88 struct workqueue_struct *rx_wq; member
H A Dktls_rx.c488 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) { in resync_queue_get_psv()
620 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/linux/drivers/nfc/nfcmrvl/
H A Dfw_dnld.h73 struct workqueue_struct *rx_wq; member
/linux/net/nfc/nci/
H A Dcore.c616 flush_workqueue(ndev->rx_wq); in nci_close_device()
636 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1269 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1270 if (!ndev->rx_wq) { in nci_register_device()
1303 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1333 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1363 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/linux/drivers/rapidio/
H A Drio_cm.c161 struct workqueue_struct *rx_wq; member
619 queue_work(cm->rx_wq, &cm->rx_work); in riocm_inb_msg_event()
2127 cm->rx_wq = create_workqueue(DRV_NAME "/rxq"); in riocm_add_mport()
2128 if (!cm->rx_wq) { in riocm_add_mport()
2196 flush_workqueue(cm->rx_wq); in riocm_remove_mport()
2197 destroy_workqueue(cm->rx_wq); in riocm_remove_mport()
/linux/drivers/media/pci/ngene/
H A Dngene.h746 wait_queue_head_t rx_wq; member
H A Dngene-core.c1325 init_waitqueue_head(&dev->rx_wq); in ngene_start()