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

/freebsd-13-stable/sys/dev/mlx/
H A Dmlxvar.h141 int mlx_busycmds; /* count of busy commands */ member in struct:mlx_softc
H A Dmlx.c2161 if (sc->mlx_busycmds >= ((mc->mc_flags & MLX_CMD_PRIORITY) ? limit : limit - 4))
2176 sc->mlx_busycmds++;
2324 sc->mlx_busycmds--;

Completed in 159 milliseconds