Searched refs:comm_wq (Results 1 – 3 of 3) sorted by relevance
1905 queue_work(priv->mfunc.master.comm_wq, &work->work); in mlx4_master_immediate_activate_vlan_qos()2395 priv->mfunc.master.comm_wq = in mlx4_multi_func_init()2397 if (!priv->mfunc.master.comm_wq) in mlx4_multi_func_init()2413 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()2414 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()2515 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()2516 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
195 queue_work(priv->mfunc.master.comm_wq, in slave_event()677 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()707 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
579 struct workqueue_struct *comm_wq; member