Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c525 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
578 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_cmd()
2177 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2181 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2184 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_master_do_cmd()
2491 mutex_init(&priv->cmd.slave_cmd_mutex); in mlx4_cmd_init()
H A Dmlx4_main.c1794 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1798 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit()
1978 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
1994 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2025 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
2031 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave()
H A Dmlx4.h621 struct mutex slave_cmd_mutex; member