Home
last modified time | relevance | path

Searched refs:create_singlethread_workqueue (Results 1 – 24 of 24) sorted by relevance

/freebsd-src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c725 health->wq = create_singlethread_workqueue(name); in mlx5_health_init()
730 health->wq_watchdog = create_singlethread_workqueue(name); in mlx5_health_init()
735 health->wq_cmd = create_singlethread_workqueue(name); in mlx5_health_init()
H A Dmlx5_pagealloc.c604 dev->priv.pg_wq = create_singlethread_workqueue("mlx5_page_allocator"); in mlx5_pagealloc_start()
H A Dmlx5_fs_counters.c435 fc_stats->wq = create_singlethread_workqueue("mlx5_fc"); in mlx5_init_fc_stats()
H A Dmlx5_eswitch.c1084 esw->work_queue = create_singlethread_workqueue("mlx5_esw_wq"); in mlx5_eswitch_init()
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h159 #define create_singlethread_workqueue(name) \ macro
/freebsd-src/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c239 mdev->workqueue = create_singlethread_workqueue("mlx4_en"); in mlx4_en_add()
/freebsd-src/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c316 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); in mlx4_catas_init()
H A Dmlx4_cmd.c2444 create_singlethread_workqueue("mlx4_comm"); in mlx4_multi_func_init()
H A Dmlx4_main.c4211 mlx4_wq = create_singlethread_workqueue("mlx4"); in mlx4_init()
/freebsd-src/sys/contrib/dev/athk/ath12k/
H A Dcore.c933 ab->workqueue = create_singlethread_workqueue("ath12k_wq"); in ath12k_core_alloc()
937 ab->workqueue_aux = create_singlethread_workqueue("ath12k_aux_wq"); in ath12k_core_alloc()
/freebsd-src/sys/contrib/dev/rtw88/
H A Dusb.c746 rtwusb->rxwq = create_singlethread_workqueue("rtw88_usb: rx wq"); in rtw_usb_init_tx()
786 rtwusb->txwq = create_singlethread_workqueue("rtw88_usb: tx wq"); in rtw_usb_intf_init()
H A Dsdio.c1270 rtwsdio->txwq = create_singlethread_workqueue("rtw88_sdio: tx wq"); in rtw_sdio_init_tx()
/freebsd-src/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c168 rdev->free_workq = create_singlethread_workqueue("iw_cxgb4_free"); in c4iw_rdev_open()
H A Dcm.c3040 c4iw_taskq = create_singlethread_workqueue("iw_cxgbe"); in c4iw_cm_init()
/freebsd-src/sys/dev/bnxt/bnxt_re/
H A Dmain.c140 rdev->resolve_wq = create_singlethread_workqueue("bnxt_re_resolve_wq"); in bnxt_re_init_resolve_wq()
336 rdev->dcb_wq = create_singlethread_workqueue("bnxt_re_dcb_wq"); in bnxt_re_init_dcb_wq()
350 rdev->aer_wq = create_singlethread_workqueue("bnxt_re_aer_wq"); in bnxt_re_init_aer_wq()
3282 create_singlethread_workqueue("bnxt_re_dbr_drop_recov"); in bnxt_re_initialize_dbr_drop_recov()
3325 rdev->dbq_wq = create_singlethread_workqueue("bnxt_re_dbq"); in bnxt_re_initialize_dbr_pacing()
4424 bnxt_re_wq = create_singlethread_workqueue("bnxt_re"); in bnxt_re_mod_init()
H A Dqplib_fp.c558 nq->cqn_wq = create_singlethread_workqueue("bnxt_qplib_nq\n"); in bnxt_qplib_enable_nq()
/freebsd-src/sys/contrib/dev/athk/ath11k/
H A Dcore.c2094 ab->workqueue = create_singlethread_workqueue("ath11k_wq"); in ath11k_core_alloc()
2098 ab->workqueue_aux = create_singlethread_workqueue("ath11k_aux_wq"); in ath11k_core_alloc()
/freebsd-src/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c215 ptls->wq = create_singlethread_workqueue("mlx5-tls-wq");
H A Dmlx5_en_hw_tls_rx.c466 ptls->wq = create_singlethread_workqueue("mlx5-tls-rx-wq"); in mlx5e_tls_rx_init()
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dcore.c3710 ar->workqueue = create_singlethread_workqueue("ath10k_wq"); in ath10k_core_create()
3714 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()
3719 create_singlethread_workqueue("ath10k_tx_complete_wq"); in ath10k_core_create()
H A Dsdio.c2585 ar_sdio->workqueue = create_singlethread_workqueue("ath10k_sdio_wq"); in ath10k_sdio_probe()
/freebsd-src/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1412 ipoib_workqueue = create_singlethread_workqueue("ipoib"); in ipoib_init_module()
/freebsd-src/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1877 rx_comp_wq = create_singlethread_workqueue("rx_comp_wq"); in sdp_init()
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c2193 create_singlethread_workqueue("bnxt_pf_wq"); in bnxt_attach_pre()