Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlxvar.h96 #define MLX_CMD_PRIORITY (1<<2) /* high-priority command */ macro
H A Dmlx.c1496 mc->mc_flags |= MLX_CMD_PRIORITY; in mlx_pause_action()
1605 mc->mc_flags |= MLX_CMD_PRIORITY | MLX_CMD_DATAOUT; in mlx_enquire()
2150 if (sc->mlx_busycmds >= ((mc->mc_flags & MLX_CMD_PRIORITY) ? limit : limit - 4)) in mlx_getslot()