Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c1888 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1892 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
2076 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2092 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2123 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2129 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
H A Dmlx4.h633 struct mutex slave_cmd_mutex; member