Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx/
HDmlxvar.h174 int (* mlx_tryqueue)(struct mlx_softc *sc, struct mlx_command *mc); member
HDmlx.c325 sc->mlx_tryqueue = mlx_v3_tryqueue; in mlx_attach()
331 sc->mlx_tryqueue = mlx_v4_tryqueue; in mlx_attach()
337 sc->mlx_tryqueue = mlx_v5_tryqueue; in mlx_attach()
2271 if (sc->mlx_tryqueue(sc, mc)) { in mlx_start()