Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mlx/
H A Dmlxio.h57 struct mlx_usercommand struct
60 size_t mu_datasize; /* size of databuffer */
61 void *mu_buf; /* address in userspace of databuffer */
62 int mu_bufptr; /* offset into command mailbox to place databuffer address */
65 u_int16_t mu_status; /* command status returned */
66 u_int8_t mu_command[16]; /* command mailbox contents */
69 int mu_error; /* result of submission to driver */