Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlxio.h55 struct mlx_usercommand struct
58 size_t mu_datasize; /* size of databuffer */
59 void *mu_buf; /* address in userspace of databuffer */
60 int mu_bufptr; /* offset into command mailbox to place databuffer address */
63 u_int16_t mu_status; /* command status returned */
64 u_int8_t mu_command[16]; /* command mailbox contents */
67 int mu_error; /* result of submission to driver */