Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.c98 priv->tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_ktls_init_rx()
99 if (!priv->tls->rx_wq) in mlx5e_ktls_init_rx()
105 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_init_rx()
121 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_cleanup_rx()
Dtls.h60 struct workqueue_struct *rx_wq; member
Dktls_rx.c468 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
584 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/Linux-v5.15/drivers/nfc/nfcmrvl/
Dfw_dnld.c452 priv->fw_dnld.rx_wq = create_singlethread_workqueue(name); in nfcmrvl_fw_dnld_init()
453 if (!priv->fw_dnld.rx_wq) in nfcmrvl_fw_dnld_init()
461 destroy_workqueue(priv->fw_dnld.rx_wq); in nfcmrvl_fw_dnld_deinit()
476 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
Dfw_dnld.h73 struct workqueue_struct *rx_wq; member
/Linux-v5.15/net/nfc/nci/
Dcore.c562 flush_workqueue(ndev->rx_wq); in nci_close_device()
608 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1220 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1221 if (!ndev->rx_wq) { in nci_register_device()
1254 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1276 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1306 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/Linux-v5.15/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()
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-v5.15/include/net/nfc/
Dnci_core.h218 struct workqueue_struct *rx_wq; member
/Linux-v5.15/drivers/media/pci/ngene/
Dngene.h794 wait_queue_head_t rx_wq; member
Dngene-core.c1325 init_waitqueue_head(&dev->rx_wq); in ngene_start()