Lines Matching defs:param2
71 static int mlx_v3_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, int first);
76 static int mlx_v4_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, int first);
81 static int mlx_v5_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, int first);
143 static int mlx_fw_message(struct mlx_softc *sc, int status, int param1, int param2);
2542 mlx_v3_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2,
2567 *param2 = MLX_V3_GET_FWERROR_PARAM2(sc);
2661 mlx_v4_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2,
2686 *param2 = MLX_V4_GET_FWERROR_PARAM2(sc);
2776 mlx_v5_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2,
2801 *param2 = MLX_V5_GET_FWERROR_PARAM2(sc);
2996 mlx_fw_message(struct mlx_softc *sc, int error, int param1, int param2)
3000 device_printf(sc->mlx_dev, "physical drive %d:%d not responding\n", param2, param1);
3019 device_printf(sc->mlx_dev, "physical drive %d:%d COD mismatch\n", param2, param1);
3034 device_printf(sc->mlx_dev, "unknown firmware initialisation error %02x:%02x:%02x\n", error, param1, param2);