Home
last modified time | relevance | path

Searched refs:mlx_enquiry2 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h45 extern int mlx_enquiry(int unit, struct mlx_enquiry2 *enq);
H A Dinterface.c186 mlx_enquiry(int unit, struct mlx_enquiry2 *enq) in mlx_enquiry()
H A Dcommand.c370 struct mlx_enquiry2 enq; in controller_print()
/dragonfly/sys/dev/raid/mlx/
H A Dmlxvar.h128 struct mlx_enquiry2 *mlx_enq2;
H A Dmlxreg.h267 struct mlx_enquiry2 /* MLX_CMD_ENQUIRY2 */ struct
H A Dmlx.c395 …if ((sc->mlx_enq2 = mlx_enquire(sc, MLX_CMD_ENQUIRY2, sizeof(struct mlx_enquiry2), NULL)) == NULL)… in mlx_attach()