Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c526 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
579 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
2183 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2187 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2190 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2511 mutex_init(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_init()
Dmain.c1874 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1878 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
2057 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2073 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2104 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2110 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
Dmlx4.h630 struct mutex slave_cmd_mutex; member