Searched refs:mlx_busycmd (Results 1 – 2 of 2) sorted by relevance
138 struct mlx_command *mlx_busycmd[MLX_NSLOTS]; /* busy commands */ member
2160 if (sc->mlx_busycmd[slot] == NULL) in mlx_getslot()2164 sc->mlx_busycmd[slot] = mc; in mlx_getslot()2274 sc->mlx_busycmd[mc->mc_slot] = NULL; in mlx_start()2306 mc = sc->mlx_busycmd[slot]; /* find command */ in mlx_done()2312 sc->mlx_busycmd[slot] = NULL; in mlx_done()