Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/mlx/
H A Dmlx.c1400 mlx_make_type2(mc, command, (failsafe << 4) | i, 0, 0, 0, 0, 0, 0, 0); in mlx_pause_action()
1476 mlx_make_type2(mc, command, 0, 0, 0, 0, 0, 0, mc->mc_dataphys, 0); in mlx_enquire()
1532 mlx_make_type2(mc, MLX_CMD_FLUSH, 0, 0, 0, 0, 0, 0, 0, 0); in mlx_flush()
1574 mlx_make_type2(mc, MLX_CMD_CHECKASYNC, 0, 0, 0, 0, 0, drive | 0x80, 0, 0); in mlx_check()
1617 mlx_make_type2(mc, MLX_CMD_REBUILDASYNC, channel, target, 0, 0, 0, 0, 0, 0); in mlx_rebuild()
H A Dmlxreg.h526 mlx_make_type2(struct mlx_command *mc, in mlx_make_type2() function