Searched defs:mlx_command (Results 1 – 2 of 2) sorted by relevance
82 struct mlx_command struct103 void (* mc_complete)(struct mlx_command *mc); /* completion handler */ argument104 void *mc_private; /* submitter-private data or wait channel */105 int mc_command;
171 mlx_command(int fd, void *arg) in mlx_command() function