Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c66 struct workqueue_struct *emad_wq; member
437 queue_delayed_work(trans->core->emad_wq, &trans->timeout_dw, timeout); in mlxsw_emad_trans_timeout_schedule()
559 struct workqueue_struct *emad_wq; in mlxsw_emad_init() local
566 emad_wq = alloc_workqueue("mlxsw_core_emad", WQ_MEM_RECLAIM, 0); in mlxsw_emad_init()
567 if (!emad_wq) in mlxsw_emad_init()
569 mlxsw_core->emad_wq = emad_wq; in mlxsw_emad_init()
597 destroy_workqueue(mlxsw_core->emad_wq); in mlxsw_emad_init()
610 destroy_workqueue(mlxsw_core->emad_wq); in mlxsw_emad_fini()