Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mlx/
H A Dmlxvar.h177 int (* mlx_tryqueue)(struct mlx_softc *sc, struct mlx_command *mc); member
H A Dmlx.c323 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()