Home
last modified time | relevance | path

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

/trueos/sys/dev/mlx/
HDmlxvar.h93 #define MLX_CMD_PRIORITY (1<<2) /* high-priority command */ macro
HDmlx.c1498 mc->mc_flags |= MLX_CMD_PRIORITY; in mlx_pause_action()
1607 mc->mc_flags |= MLX_CMD_PRIORITY | MLX_CMD_DATAOUT; in mlx_enquire()
2152 if (sc->mlx_busycmds >= ((mc->mc_flags & MLX_CMD_PRIORITY) ? limit : limit - 4)) in mlx_getslot()