Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx4/
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()
2176 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2180 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2183 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2502 mutex_init(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_init()
2636 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_use_events()
2663 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_use_events()
2677 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_use_polling()
2690 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_use_polling()
Dmain.c1872 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1876 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
2055 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2071 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2102 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2108 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
Dmlx4.h630 struct mutex slave_cmd_mutex; member