Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c519 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
572 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
2165 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2169 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2172 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2496 mutex_init(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_init()
2628 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_use_events()
2655 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_use_events()
2669 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_use_polling()
2682 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_use_polling()
H A Dmain.c1890 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1894 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
2078 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2094 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2125 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2131 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
H A Dmlx4.h633 struct mutex slave_cmd_mutex; member