Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlxvar.h139 int mlx_busycmds; /* count of busy commands */ member
H A Dmlx.c2150 if (sc->mlx_busycmds >= ((mc->mc_flags & MLX_CMD_PRIORITY) ? limit : limit - 4)) in mlx_getslot()
2165 sc->mlx_busycmds++; in mlx_getslot()
2313 sc->mlx_busycmds--; in mlx_done()