Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wimax/i2400m/
Di2400m-usb.h235 wait_queue_head_t rx_wq; member
253 init_waitqueue_head(&i2400mu->rx_wq); in i2400mu_init()
Dusb-rx.c349 i2400mu->rx_wq, in i2400mu_rxd()
422 wake_up_all(&i2400mu->rx_wq); in i2400mu_rx_kick()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
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()
Dtls.h56 struct workqueue_struct *rx_wq; member
Dktls_rx.c435 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
551 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/Linux-v5.10/drivers/nfc/nfcmrvl/
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()
Dfw_dnld.h84 struct workqueue_struct *rx_wq; member
/Linux-v5.10/net/nfc/nci/
Dcore.c550 flush_workqueue(ndev->rx_wq); in nci_close_device()
596 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1205 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1206 if (!ndev->rx_wq) { in nci_register_device()
1239 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1261 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1291 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/Linux-v5.10/drivers/rapidio/
Drio_cm.c161 struct workqueue_struct *rx_wq; member
623 queue_work(cm->rx_wq, &cm->rx_work); in riocm_inb_msg_event()
2140 cm->rx_wq = create_workqueue(DRV_NAME "/rxq"); in riocm_add_mport()
2141 if (!cm->rx_wq) { in riocm_add_mport()
2202 flush_workqueue(cm->rx_wq); in riocm_remove_mport()
2203 destroy_workqueue(cm->rx_wq); in riocm_remove_mport()
/Linux-v5.10/include/net/nfc/
Dnci_core.h218 struct workqueue_struct *rx_wq; member
/Linux-v5.10/drivers/media/pci/ngene/
Dngene.h792 wait_queue_head_t rx_wq; member
Dngene-core.c1325 init_waitqueue_head(&dev->rx_wq); in ngene_start()