HomeSort by: relevance | last modified time | path
    Searched refs:mlx_reset (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/eisa/
mlx_eisa.c 76 #ifdef MLX_RESET
133 #ifdef MLX_RESET
134 mlx->mlx_reset = mlx_v1_reset;
315 #ifdef MLX_RESET
359 #endif /* MLX_RESET */
  /src/sys/dev/ic/
mlxvar.h 141 int (*mlx_reset)(struct mlx_softc *); member in struct:mlx_softc
mlx.c 341 if (mlx->mlx_reset != NULL) {
344 if ((*mlx->mlx_reset)(mlx) != 0) {
  /src/sys/dev/pci/
mlx_pci.c 96 #ifdef MLX_RESET
293 #ifdef MLX_RESET
294 mlx->mlx_reset = mlx_v3_reset;
422 #ifdef MLX_RESET
462 #endif /* MLX_RESET */

Completed in 17 milliseconds