Home
last modified time | relevance | path

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

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