Searched refs:mlx_tryqueue (Results 1 – 2 of 2) sorted by relevance
177 int (* mlx_tryqueue)(struct mlx_softc *sc, struct mlx_command *mc); member
323 sc->mlx_tryqueue = mlx_v3_tryqueue; in mlx_attach()329 sc->mlx_tryqueue = mlx_v4_tryqueue; in mlx_attach()335 sc->mlx_tryqueue = mlx_v5_tryqueue; in mlx_attach()2269 if (sc->mlx_tryqueue(sc, mc)) { in mlx_start()