Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx/
HDmlxvar.h136 int mlx_busycmds; /* count of busy commands */ member
HDmlx.c2159 if (sc->mlx_busycmds >= ((mc->mc_flags & MLX_CMD_PRIORITY) ? limit : limit - 4)) in mlx_getslot()
2174 sc->mlx_busycmds++; in mlx_getslot()
2322 sc->mlx_busycmds--; in mlx_done()