Home
last modified time | relevance | path

Searched defs:mlx_command (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/mlx/
H A Dmlxvar.h79 struct mlx_command struct
100 void (* mc_complete)(struct mlx_command *mc); /* completion handler */ argument
101 void *mc_private; /* submitter-private data or wait channel */
/dragonfly/usr.sbin/mlxcontrol/
H A Dinterface.c171 mlx_command(int fd, void *arg) in mlx_command() function