Searched refs:mu_command (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/mlx/
H A Dmlxio.h64 u_int8_t mu_command[16]; /* command mailbox contents */ member in struct:mlx_usercommand
H A Dmlx.c2060 bcopy(mu->mu_command, mc->mc_mailbox, sizeof(mc->mc_mailbox));
2090 if ((mu->mu_bufptr < 0) || (mu->mu_bufptr > (sizeof(mu->mu_command) -
/freebsd-10.2-release/usr.sbin/mlxcontrol/
H A Dinterface.c194 cmd.mu_command[0] = MLX_CMD_ENQUIRY2;
216 cmd.mu_command[0] = MLX_CMD_READ_CONFIG;
243 cmd.mu_command[0] = MLX_CMD_DIRECT_CDB;
281 cmd.mu_command[0] = MLX_CMD_DEVICE_STATE;
282 cmd.mu_command[2] = channel;
283 cmd.mu_command[3] = target;

Completed in 109 milliseconds