INIT_DELAYED_WORK
INIT_DELAYED_WORK(dwork, fn)
INIT_DELAYED_WORK(&softc->fw_reset_task, bnxt_fw_reset_task);
INIT_DELAYED_WORK(&rdev->dbq_pacing_work, bnxt_re_pacing_timer_exp);
INIT_DELAYED_WORK(&rdev->worker, bnxt_re_worker);
INIT_DELAYED_WORK(&rf->dwork_cqp_poll, cqp_poll_worker);
INIT_DELAYED_WORK(&iwqp->dwork_flush, irdma_user_flush_worker);
INIT_DELAYED_WORK(&iwqp->dwork_flush, irdma_kern_flush_worker);
INIT_DELAYED_WORK(&priv->stats_task, mlx4_en_do_get_stats);
INIT_DELAYED_WORK(&priv->service_task, mlx4_en_service_task);
INIT_DELAYED_WORK(&dev->sriov.alias_guid.ports_guid[i].alias_guid_work,
INIT_DELAYED_WORK(&ent->timeout, id_map_ent_timeout);
INIT_DELAYED_WORK(&group->timeout_work, mlx4_ib_mcg_timeout_handler);
INIT_DELAYED_WORK(&dwork->dwork, mlx5e_ipsec_handle_counters);
INIT_DELAYED_WORK(&ent->cb_timeout_work, cb_timeout_handler);
INIT_DELAYED_WORK(&fc_stats->work, mlx5_fc_stats_work);
INIT_DELAYED_WORK(&health->recover_work, health_recover);
INIT_DELAYED_WORK(&dev->congestion.dwork, mlx5_ib_read_cong_stats);
INIT_DELAYED_WORK(&ent->dwork, delayed_cache_work_func);
INIT_DELAYED_WORK(&work->work, cm_work_handler);
INIT_DELAYED_WORK(&work->work, cm_work_handler);
INIT_DELAYED_WORK(&timewait_info->work.work, cm_work_handler);
INIT_DELAYED_WORK(&mad_agent_priv->timed_work, timeout_sends);
INIT_DELAYED_WORK(&rmpp_recv->timeout_work, recv_timeout_handler);
INIT_DELAYED_WORK(&rmpp_recv->cleanup_work, recv_cleanup_handler);
INIT_DELAYED_WORK(&priv->cm.stale_task, ipoib_cm_stale_task);
INIT_DELAYED_WORK(&priv->pkey_poll_task, ipoib_pkey_poll);
INIT_DELAYED_WORK(&priv->mcast_task, ipoib_mcast_join_task);
INIT_DELAYED_WORK(&priv->ah_reap_task, ipoib_reap_ah);
INIT_DELAYED_WORK(&ssk->srcavail_cancel_work, srcavail_cancel_timeout);