Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c95 priv->tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_ktls_init_rx()
96 if (!priv->tls->rx_wq) in mlx5e_ktls_init_rx()
102 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_init_rx()
118 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_cleanup_rx()
H A Dtls.h59 struct workqueue_struct *rx_wq; member
H A Dktls_rx.c475 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
591 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c95 priv->tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_ktls_init_rx()
96 if (!priv->tls->rx_wq) in mlx5e_ktls_init_rx()
102 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_init_rx()
118 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_cleanup_rx()
H A Dtls.h59 struct workqueue_struct *rx_wq; member
H A Dktls_rx.c475 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
591 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c95 priv->tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_ktls_init_rx()
96 if (!priv->tls->rx_wq) in mlx5e_ktls_init_rx()
102 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_init_rx()
118 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_cleanup_rx()
H A Dtls.h59 struct workqueue_struct *rx_wq; member
H A Dktls_rx.c475 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
591 queue_work(rule->priv->tls->rx_wq, &rule->work); in mlx5e_ktls_handle_ctx_completion()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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
/dports/multimedia/libv4l/linux-5.13-rc2/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
/dports/multimedia/v4l-utils/linux-5.13-rc2/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
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/nfc/nci/
H A Dcore.c564 flush_workqueue(ndev->rx_wq); in nci_close_device()
610 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1221 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1222 if (!ndev->rx_wq) { in nci_register_device()
1255 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1277 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1307 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/dports/multimedia/libv4l/linux-5.13-rc2/net/nfc/nci/
H A Dcore.c564 flush_workqueue(ndev->rx_wq); in nci_close_device()
610 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1221 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1222 if (!ndev->rx_wq) { in nci_register_device()
1255 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1277 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1307 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/nfc/nci/
H A Dcore.c564 flush_workqueue(ndev->rx_wq); in nci_close_device()
610 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1221 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1222 if (!ndev->rx_wq) { in nci_register_device()
1255 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1277 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1307 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
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()
/dports/multimedia/libv4l/linux-5.13-rc2/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()
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()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/nfc/
H A Dnci_core.h218 struct workqueue_struct *rx_wq; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/nfc/
H A Dnci_core.h218 struct workqueue_struct *rx_wq; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/nfc/
H A Dnci_core.h218 struct workqueue_struct *rx_wq; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/ngene/
H A Dngene.h792 wait_queue_head_t rx_wq; member

12