Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Deq.c218 queue_work(priv->mfunc.master.comm_wq, in slave_event()
733 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
763 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
Dcmd.c1932 queue_work(priv->mfunc.master.comm_wq, &work->work); in mlx4_master_immediate_activate_vlan_qos()
2455 priv->mfunc.master.comm_wq = in mlx4_multi_func_init()
2457 if (!priv->mfunc.master.comm_wq) in mlx4_multi_func_init()
2473 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2579 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
Dmlx4.h598 struct workqueue_struct *comm_wq; member