Home
last modified time | relevance | path

Searched refs:rx_wq (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H 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()
H A Dt7xx_port_proxy.c165 init_waitqueue_head(&port->rx_wq); in t7xx_port_struct_init()
204 spin_lock_irqsave(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
206 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
211 spin_unlock_irqrestore(&port->rx_wq.lock, flags); in t7xx_port_enqueue_skb()
213 wake_up_all(&port->rx_wq); in t7xx_port_enqueue_skb()
H A Dt7xx_port.h124 wait_queue_head_t rx_wq; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H 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()
H A Dktls.h86 struct workqueue_struct *rx_wq; member
H A Dktls_rx.c477 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
594 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Di2400m-usb.h191 * @rx_wq: waitqueue for the RX kthread to sleep when there is no data
235 wait_queue_head_t rx_wq; member
253 init_waitqueue_head(&i2400mu->rx_wq); in i2400mu_init()
H A Dusb-rx.c349 i2400mu->rx_wq, in i2400mu_rxd()
422 wake_up_all(&i2400mu->rx_wq); in i2400mu_rx_kick()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dtls.c234 tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_tls_init()
235 if (!tls->rx_wq) { in mlx5e_tls_init()
251 destroy_workqueue(tls->rx_wq); in mlx5e_tls_cleanup()
H A Dtls.h56 struct workqueue_struct *rx_wq; member
H A Dktls_rx.c452 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
568 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c461 priv->fw_dnld.rx_wq = create_singlethread_workqueue(name); in nfcmrvl_fw_dnld_init()
462 if (!priv->fw_dnld.rx_wq) in nfcmrvl_fw_dnld_init()
470 destroy_workqueue(priv->fw_dnld.rx_wq); in nfcmrvl_fw_dnld_deinit()
485 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
H A Dfw_dnld.h84 struct workqueue_struct *rx_wq; member
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/
H 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()
H A Dfw_dnld.h73 struct workqueue_struct *rx_wq; member
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c566 flush_workqueue(ndev->rx_wq); in nci_close_device()
612 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1231 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1232 if (!ndev->rx_wq) { in nci_register_device()
1265 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1293 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1323 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/kernel/linux/linux-6.6/net/nfc/nci/
H 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()
/kernel/linux/linux-5.10/drivers/rapidio/
H A Drio_cm.c161 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()
/kernel/linux/linux-6.6/drivers/rapidio/
H A Drio_cm.c161 struct workqueue_struct *rx_wq; member
623 queue_work(cm->rx_wq, &cm->rx_work); in riocm_inb_msg_event()
2128 cm->rx_wq = create_workqueue(DRV_NAME "/rxq"); in riocm_add_mport()
2129 if (!cm->rx_wq) { in riocm_add_mport()
2197 flush_workqueue(cm->rx_wq); in riocm_remove_mport()
2198 destroy_workqueue(cm->rx_wq); in riocm_remove_mport()
/kernel/linux/linux-5.10/include/net/nfc/
H A Dnci_core.h219 struct workqueue_struct *rx_wq; member
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci_core.h219 struct workqueue_struct *rx_wq; member
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene.h794 wait_queue_head_t rx_wq; member
H A Dngene-core.c1325 init_waitqueue_head(&dev->rx_wq); in ngene_start()
/kernel/linux/linux-6.6/drivers/media/pci/ngene/
H A Dngene.h745 wait_queue_head_t rx_wq; member
H A Dngene-core.c1325 init_waitqueue_head(&dev->rx_wq); in ngene_start()

Completed in 28 milliseconds