Searched refs:rx_wq (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/net/wwan/t7xx/ |
D | t7xx_port_ctrl_msg.c | 219 spin_lock_irqsave(&port->rx_wq.lock, flags); in port_ctl_rx_thread() 221 wait_event_interruptible_locked_irq(port->rx_wq, in port_ctl_rx_thread() 224 spin_unlock_irqrestore(&port->rx_wq.lock, flags); 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() 262 spin_lock_irqsave(&port->rx_wq.lock, flags); in port_ctl_uninit() 266 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in port_ctl_uninit()
|
D | t7xx_port_proxy.c | 145 init_waitqueue_head(&port->rx_wq); in t7xx_port_struct_init() 184 spin_lock_irqsave(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb() 186 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb() 191 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb() 193 wake_up_all(&port->rx_wq); in t7xx_port_enqueue_skb()
|
D | t7xx_port.h | 121 wait_queue_head_t rx_wq; member
|
D | t7xx_hif_dpmaif.h | 112 wait_queue_head_t rx_wq; member
|
D | t7xx_hif_dpmaif_rx.c | 93 if (wait_event_interruptible(q->rx_wq, in t7xx_dpmaif_net_rx_push_thread() 823 wake_up_all(&rxq->rx_wq); in t7xx_dpmaif_rx_start() 841 wake_up_all(&rxq->rx_wq); in t7xx_dpmaif_rx_start() 1099 init_waitqueue_head(&queue->rx_wq); in t7xx_dpmaif_rxq_init()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls.c | 154 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()
|
D | ktls.h | 77 struct workqueue_struct *rx_wq; member
|
D | ktls_rx.c | 476 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv() 593 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
|
/linux-6.1.9/drivers/nfc/nfcmrvl/ |
D | fw_dnld.c | 450 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()
|
D | fw_dnld.h | 73 struct workqueue_struct *rx_wq; member
|
/linux-6.1.9/net/nfc/nci/ |
D | core.c | 578 flush_workqueue(ndev->rx_wq); in nci_close_device() 624 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer() 1232 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device() 1233 if (!ndev->rx_wq) { in nci_register_device() 1266 destroy_workqueue(ndev->rx_wq); in nci_register_device() 1294 destroy_workqueue(ndev->rx_wq); in nci_unregister_device() 1324 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
|
/linux-6.1.9/drivers/rapidio/ |
D | rio_cm.c | 161 struct workqueue_struct *rx_wq; member 623 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() 2201 flush_workqueue(cm->rx_wq); in riocm_remove_mport() 2202 destroy_workqueue(cm->rx_wq); in riocm_remove_mport()
|
/linux-6.1.9/include/net/nfc/ |
D | nci_core.h | 219 struct workqueue_struct *rx_wq; member
|
/linux-6.1.9/drivers/media/pci/ngene/ |
D | ngene.h | 745 wait_queue_head_t rx_wq; member
|
D | ngene-core.c | 1325 init_waitqueue_head(&dev->rx_wq); in ngene_start()
|