Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mlx/
H A Dmlx.c102 static int mlx_wait_command(struct mlx_command *mc);
1486 if ((sc->mlx_state & MLX_STATE_INTEN) ? mlx_wait_command(mc) : mlx_poll_command(mc)) in mlx_enquire()
1577 if (mlx_wait_command(mc)) in mlx_check()
1620 if (mlx_wait_command(mc)) in mlx_rebuild()
1643 mlx_wait_command(struct mlx_command *mc) in mlx_wait_command() function
1922 if ((error = mlx_wait_command(mc)) != 0) in mlx_user_command()