Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c525 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
578 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
2148 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2152 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2155 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2457 mutex_init(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_init()
Dmain.c1633 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1637 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1808 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
1824 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
1855 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
1861 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
Dmlx4.h624 struct mutex slave_cmd_mutex; member