Searched refs:MLX_CMD_PRIORITY (Results 1 – 2 of 2) sorted by relevance
96 #define MLX_CMD_PRIORITY (1<<2) /* high-priority command */ macro
1496 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()