Searched defs:mlx_usercommand (Results 1 – 1 of 1) sorted by relevance
61 struct mlx_usercommand { struct62 size_t mu_datasize; /* size of buffer */63 void *mu_buf; /* user address of buffer */64 int mu_bufptr; /* offset into command m/b for PA */65 int mu_bufdir; /* transfer is to controller */66 u_int16_t mu_status; /* command status returned */67 u_int8_t mu_command[16]; /* command mailbox contents */