Home
last modified time | relevance | path

Searched refs:mlx_timeout (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/mlx/
H A Dmlx_pci.c151 callout_init_mtx(&sc->mlx_timeout, &sc->mlx_io_lock, 0); in mlx_pci_attach()
H A Dmlxvar.h158 struct callout mlx_timeout; /* periodic status monitor */ member
H A Dmlx.c181 callout_stop(&sc->mlx_timeout); in mlx_free()
189 callout_drain(&sc->mlx_timeout); in mlx_free()
513 callout_reset(&sc->mlx_timeout, hz, mlx_periodic, sc); in mlx_attach()
1137 callout_reset(&sc->mlx_timeout, hz, mlx_periodic, sc); in mlx_periodic()