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

  /src/sys/dev/pci/
mlx_pci.c 292 mlx->mlx_fw_handshake = mlx_v3_fw_handshake;
302 mlx->mlx_fw_handshake = mlx_v4_fw_handshake;
309 mlx->mlx_fw_handshake = mlx_v5_fw_handshake;
  /src/sys/dev/eisa/
mlx_eisa.c 132 mlx->mlx_fw_handshake = mlx_v1_fw_handshake;
  /src/sys/dev/ic/
mlxvar.h 140 int (*mlx_fw_handshake)(struct mlx_softc *, int *, int *, int *); member in struct:mlx_softc
mlx.c 358 hscode = (*mlx->mlx_fw_handshake)(mlx, &hserr, &hsparam1,

Completed in 16 milliseconds