Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx/
H A Dmlxvar.h84 struct mlx_command struct
105 void (* mc_complete)(struct mlx_command *mc); /* completion handler */ argument
106 void *mc_private; /* submitter-private data or wait channel */
107 int mc_command;
/freebsd-13.1/usr.sbin/mlxcontrol/
H A Dinterface.c173 mlx_command(int fd, void *arg) in mlx_command() function