Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c524 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
577 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
2132 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2136 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2139 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2441 mutex_init(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_init()
Dmain.c1606 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1610 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1762 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
1778 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
1809 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
1815 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
Dmlx4.h613 struct mutex slave_cmd_mutex; member