create_singlethread_workqueue
create_singlethread_workqueue("bnxt_pf_wq");
rdev->resolve_wq = create_singlethread_workqueue("bnxt_re_resolve_wq");
create_singlethread_workqueue("bnxt_re_dbr_drop_recov");
rdev->dbq_wq = create_singlethread_workqueue("bnxt_re_dbq");
rdev->dcb_wq = create_singlethread_workqueue("bnxt_re_dcb_wq");
rdev->aer_wq = create_singlethread_workqueue("bnxt_re_aer_wq");
bnxt_re_wq = create_singlethread_workqueue("bnxt_re");
nq->cqn_wq = create_singlethread_workqueue("bnxt_qplib_nq\n");
c4iw_taskq = create_singlethread_workqueue("iw_cxgbe");
rdev->free_workq = create_singlethread_workqueue("iw_cxgb4_free");
dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health");
create_singlethread_workqueue("mlx4_comm");
mlx4_wq = create_singlethread_workqueue("mlx4");
mdev->workqueue = create_singlethread_workqueue("mlx4_en");
esw->work_queue = create_singlethread_workqueue("mlx5_esw_wq");
fc_stats->wq = create_singlethread_workqueue("mlx5_fc");
health->wq = create_singlethread_workqueue(name);
health->wq_watchdog = create_singlethread_workqueue(name);
health->wq_cmd = create_singlethread_workqueue(name);
dev->priv.pg_wq = create_singlethread_workqueue("mlx5_page_allocator");
ptls->wq = create_singlethread_workqueue("mlx5-tls-wq");
ptls->prealloc_wq = create_singlethread_workqueue("mlx5-tls-prealloc_wq");
ptls->wq = create_singlethread_workqueue("mlx5-tls-rx-wq");
ipoib_workqueue = create_singlethread_workqueue("ipoib");
rx_comp_wq = create_singlethread_workqueue("rx_comp_wq");