Home | History | Annotate | Download | only in ic

Lines Matching defs:mlx_user_command

129 static int	mlx_user_command(struct mlx_softc *, struct mlx_usercommand *);
812 return (mlx_user_command(mlx, (struct mlx_usercommand *)data));
1718 mlx_user_command(struct mlx_softc *mlx, struct mlx_usercommand *mu)
1734 DPRINTF(("mlx_user_command: mlx_ccb_alloc = %d\n", rv));
1750 DPRINTF(("mlx_user_command: malloc = NULL\n"));
1758 DPRINTF(("mlx_user_command: copyin = %d\n",
1767 DPRINTF(("mlx_user_command: mlx_ccb_map = %d\n", rv));
1771 DPRINTF(("mlx_user_command: too many s/g entries\n"));
1797 DPRINTF(("mlx_user_command: bufptr botch\n"));
1811 printf("mlx_user_command: mlx_ccb_wait = %d\n", rv);
1829 printf("mlx_user_command: copyout = %d\n", rv);